Skip to content

Instantly share code, notes, and snippets.

@rtgibbons
Created July 24, 2012 22:50
Show Gist options
  • Select an option

  • Save rtgibbons/3173181 to your computer and use it in GitHub Desktop.

Select an option

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