pass 'self' into common-util instead of using window

This commit is contained in:
ansuz 2017-11-27 18:26:04 +01:00
parent 97d56303bc
commit 385ac9607c
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
(function (window) {
define([], function () {
var Util = {};
@ -210,3 +211,4 @@ define([], function () {
return Util;
});
}(self));