Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created June 25, 2013 06:29
Show Gist options
  • Save sagar-ganatra/5856402 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/5856402 to your computer and use it in GitHub Desktop.
fetch: function (options) {
options.reset = true;
return Backbone.Collection.prototype.fetch.call(this, options);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment