Skip to content

Instantly share code, notes, and snippets.

@meirish
Created July 28, 2011 01:05
Show Gist options
  • Save meirish/1110711 to your computer and use it in GitHub Desktop.
Save meirish/1110711 to your computer and use it in GitHub Desktop.
var App = {
init: function(){
this.setup();
this.doOtherStuff();
},
setup: function(){
//
},
doOtherStuff: function(){
//
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment