Class: TripUtils

TripUtils

new TripUtils()

TripUtils - some general used functions will be collected here.

Source:

Methods

<static> isArray() → {Boolean}

We will use this native method to know whether this is an array.

Source:
Returns:
Type
Boolean

<static> isObject() → {Boolean}

We will use this native method to know whether this is an object.

Source:
Returns:
Type
Boolean

<static> isString() → {Boolean}

We will use this native method to know whether this is an string.

Source:
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

Source:
Returns:
Type
Timer
DocStrap Copyright © 2012-2014 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.2.2 on Fri Jan 15th 2016 using the DocStrap template.