Skip to content

Instantly share code, notes, and snippets.

@sumitngupta
Created September 30, 2011 04:46
Show Gist options
  • Select an option

  • Save sumitngupta/1252683 to your computer and use it in GitHub Desktop.

Select an option

Save sumitngupta/1252683 to your computer and use it in GitHub Desktop.
collection = new MyCollection();
collection.reset(this.get('attributesOfCollection'));
this.setCollection(collection);
setCollection: function (collection) {
this.collection = collection;
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment