Use self instead of this to refer to window/context

This commit is contained in:
Eric Bidelman
2015-08-24 20:10:55 -07:00
parent 7c1be4272a
commit f1f6172f6f
2 changed files with 2 additions and 2 deletions

View File

@@ -565,4 +565,4 @@
global.MutationObserver = JsMutationObserver;
})(window);
})(self);

View File

@@ -613,4 +613,4 @@
scope.URL = jURL;
})(this);
})(self);