new darlingutil()
The static facade of darlingjs utils
- Source:
- utils/utils.js, line 18
Members
-
<static> isDefined
-
Is instance is defined
- Source:
- utils/utils.js, line 270
-
<static> isWindow
-
Checks if
obj
is a window object.- Source:
- utils/utils.js, line 301
Methods
-
<static> noConflict() → {Object}
-
Restores the previous global value of darlingutil and returns the current instance. Other libraries may already use the
darlingutil namespace. Or a previous version of darlingutil is already loaded on the page. In these cases you may want to
restore the previous namespace and keep a reference to darlingutil.- Source:
- utils/utils.js, line 28
Returns:
The current darlingutil namespace
- Type
- Object