Skip to content

Instantly share code, notes, and snippets.

@jpcody
Created July 25, 2011 15:45
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 jpcody/1104425 to your computer and use it in GitHub Desktop.
Save jpcody/1104425 to your computer and use it in GitHub Desktop.
var someObj = {
// wtf? 2 names?
myFunc : function myAlias(){
// deep nesting
// deep nesting
// deep nesting
// deep nesting
// oh no, i need to call myself!
// whew, here is how i can do it
myAlias();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment