isArrayLike

  • constructor
 

Tries to determine if the object passed is an array.

new canjs.isArrayLike(obj)

Tries to determine if the object passed is an array.

Parameters

  1. obj {Array}

    The object to check.

Returns

{Boolean}

returns if the object is an array.