Commit fdd4de43 authored by Tomas Alabes's avatar Tomas Alabes

Strict error on R.ninja method

parent 1290ef5e
......@@ -5366,7 +5366,7 @@
| })(Raphael.ninja());
\*/
R.ninja = function () {
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete Raphael;
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete window.Raphael;
return R;
};
/*\
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5366,7 +5366,7 @@
| })(Raphael.ninja());
\*/
R.ninja = function () {
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete Raphael;
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete window.Raphael;
return R;
};
/*\
......
......@@ -5748,7 +5748,7 @@
| })(Raphael.ninja());
\*/
R.ninja = function () {
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete Raphael;
oldRaphael.was ? (g.win.Raphael = oldRaphael.is) : delete window.Raphael;
return R;
};
/*\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment