Skip to content

Instantly share code, notes, and snippets.

@Indamix
Created March 28, 2012 16:06
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 Indamix/2227793 to your computer and use it in GitHub Desktop.
Save Indamix/2227793 to your computer and use it in GitHub Desktop.
get function code
function getCode(fn){
return fn.toString().replace(/^function.*?{|}$/g, '')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment