Lines Matching defs:sync
555 model.sync = function(method, m, options) { function
698 sync: function(method, m, options) { method
700 return Backbone.Model.prototype.sync.call(this, method, m, options); method in Backbone.Model
725 sync: function(method, m, options) { method
727 return Backbone.Model.prototype.sync.call(this, method, m, options); method in Backbone.Model
755 sync: function(method, m, options) { method
757 return Backbone.Model.prototype.sync.call(this, method, m, options); method in Backbone.Model
775 a.sync = function() { throw 'should not be called'; }; function
1076 sync: function(method, m, options) { assert.ok(options.parse); } method
1286 sync: function(method, m, options){ options.success(); }, method
1309 sync: function(method, m, options) { method