Skip to content

Instantly share code, notes, and snippets.

@little9
Created October 27, 2015 15:30
Show Gist options
  • Save little9/37bc904b0a9d77c079ef to your computer and use it in GitHub Desktop.
Save little9/37bc904b0a9d77c079ef to your computer and use it in GitHub Desktop.
Object Literal Skeleton
var Thing = {
settings : {
},
strings : {
},
init : {
},
bindUiActions : {
},
customFunction : function() {
}
}
Thing.init();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment