isArrayLike
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
-
obj
{Array}
The object to check.
Returns
{Boolean}
returns if the object is an array.