Skip to content

Instantly share code, notes, and snippets.

@and80506
Created December 9, 2013 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save and80506/7868364 to your computer and use it in GitHub Desktop.
Save and80506/7868364 to your computer and use it in GitHub Desktop.
jQuery.isNative
function isNative( fn ) {
return /^[^{]+\{\s*\[native \w/.test( fn + "" );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment