Skip to content

Instantly share code, notes, and snippets.

@madrobby
Created October 15, 2010 09:15
Show Gist options
  • Save madrobby/627889 to your computer and use it in GitHub Desktop.
Save madrobby/627889 to your computer and use it in GitHub Desktop.
function createArray(nativeObject){ return [].slice.call(nativeObject); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment