|
@@ -1,8 +1,8 @@
|
|
(function (global, factory) {
|
|
(function (global, factory) {
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
- (global = global || self, factory(global.Escher = {}));
|
|
|
|
-}(this, (function (exports) { 'use strict';
|
|
|
|
|
|
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.Escher = {}));
|
|
|
|
+})(this, (function (exports) { 'use strict';
|
|
|
|
|
|
/**
|
|
/**
|
|
* EventManager is used to manager DOM events creating and destruction in a single function call.
|
|
* EventManager is used to manager DOM events creating and destruction in a single function call.
|
|
@@ -6385,4 +6385,4 @@
|
|
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
|
|
-})));
|
|
|
|
|
|
+}));
|