Skip to content

Instantly share code, notes, and snippets.

@JeffreyMFarley
Created December 2, 2016 18:00
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 JeffreyMFarley/0ece93fe7a5da5248cc6e88a8145ba98 to your computer and use it in GitHub Desktop.
Save JeffreyMFarley/0ece93fe7a5da5248cc6e88a8145ba98 to your computer and use it in GitHub Desktop.
for(var p in scope)
{
if(typeof scope[p] !== "function") {
console.log(p);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment