Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created October 6, 2011 01:13
Show Gist options
  • Save wookiehangover/1266225 to your computer and use it in GitHub Desktop.
Save wookiehangover/1266225 to your computer and use it in GitHub Desktop.
var Collection = Backbone.Collection.extend({
// Using the response from https://gist.github.com/1431041
url: '/gh/gist/response.json/1431041/',
initialize: function() {
// Assign the Deferred issued by fetch() as a property
this.deferred = this.fetch();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment