Global
delay(delay)
Delay
Parameters
delay: Number, Delay to wait in ms
isObject(arg)
Determines if arg is an object
Parameters
arg: any, Element to check
isArray(arg)
Determines if arg is an array
Parameters
arg: any, Element to check
isFunction(arg)
Determines if arg is a function
Parameters
arg: any, Element to check
isString(arg)
Determines if arg is a string
Parameters
arg: any, Element to check
isNumber(arg)
Determines if arg is a number
Parameters
arg: any, Element to check
isModel(arg)
Determines if arg is a model
Parameters
arg: any, Element to check
getValueFromTitan(value)
Get value from titan property
Parameters
value: any, Value or titan property
compressScript(script)
Compress script by removing comments and multiple white spaces
Parameters
script: String, String to compress