Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created July 24, 2012 22:50
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 rtgibbons/3173181 to your computer and use it in GitHub Desktop.
Save rtgibbons/3173181 to your computer and use it in GitHub Desktop.
Init example
'initialize': function() {
this.model = WordModel;
this.url = App.config.get('servicesUrl') + 'services/words/enabled';
this.populate();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment