Basic Crisp functions
- Source:
- Tutorials:
-
Namespaces
- control
Members
(private, static) regTypeTrim :external:RegExp
Type:
- Source:
Example
'[object String]'.replace( regTypeTrim, '$1' ); // 'String'
toType.call('a').replace( regTypeTrim, '$1' ); // 'String'
Type:
- Source:
Example
toType.call('a') // [object String]
(private, static) typeOfUndefined :external:Array
Type:
- Source:
Methods
(private, static) utilTickCall(callback, opt)
Parameters:
- Deprecated:
- Source:
- See:
-
Examples
utilTickCall( callback, self, opt );
async
setTimeout( utilTickCall, 0, callback, self, opt );
Type Definitions
(private) utilTickCallback(args)
This:
Parameters:
- Source:
- See:
-
Example
callback.apply( self, args );