pass 'self' into common-util instead of using window
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
(function (window) {
|
||||||
define([], function () {
|
define([], function () {
|
||||||
var Util = {};
|
var Util = {};
|
||||||
|
|
||||||
@@ -210,3 +211,4 @@ define([], function () {
|
|||||||
|
|
||||||
return Util;
|
return Util;
|
||||||
});
|
});
|
||||||
|
}(self));
|
||||||
|
|||||||
Reference in New Issue
Block a user