mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-05-18 08:51:18 +00:00
Use self instead of this to refer to window/context
This commit is contained in:
@@ -565,4 +565,4 @@
|
||||
global.MutationObserver = JsMutationObserver;
|
||||
|
||||
|
||||
})(window);
|
||||
})(self);
|
||||
|
||||
@@ -613,4 +613,4 @@
|
||||
|
||||
scope.URL = jURL;
|
||||
|
||||
})(this);
|
||||
})(self);
|
||||
|
||||
Reference in New Issue
Block a user