Skip to content

Instantly share code, notes, and snippets.

@fczbkk
Created August 24, 2014 05:07
Show Gist options
  • Select an option

  • Save fczbkk/606893fc549d91f2e971 to your computer and use it in GitHub Desktop.

Select an option

Save fczbkk/606893fc549d91f2e971 to your computer and use it in GitHub Desktop.
Cross browser bridge to check, if provided object is an array.
isArray = Array.isArray or (obj) -> Object::toString.call obj is '[object Array]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment