new TripUtils()
TripUtils - some general used functions will be collected here.
Methods
-
<static> isArray() → {Boolean}
-
We will use this native method to know whether this is an array.
Returns:
- Type
- Boolean
-
<static> isObject() → {Boolean}
-
We will use this native method to know whether this is an object.
Returns:
- Type
- Boolean
-
<static> isString() → {Boolean}
-
We will use this native method to know whether this is an string.
Returns:
- Type
- Boolean
-
<static> Timer() → {Timer}
-
3rd party libraries / toolkits
We will keep our 3rd party libraries / toolkits here to make sure we can track where did we get the code from and its usage.
See also: http://stackoverflow.com/questions/3969475/javascript-pause-settimeout
Returns:
- Type
- Timer