Guest User

Untitled

a guest
Oct 11th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. fetch: function (options) {
  2. options = options ? _.clone(options) : {};
  3. options.dataType = 'jsonp';
  4. Backbone.Collection.prototype.fetch.call(this, options);
  5. }
Add Comment
Please, Sign In to add comment