Lines Matching refs:load
55 * `load`: An error loading the model from a sync layer. The sync layer's
74 @event load
76 the load request.
77 @param {any} response The sync layer's raw, unparsed response to the load
81 EVT_LOAD = 'load',
367 This method delegates to the `sync()` method to perform the actual load
371 A successful load operation will fire a `load` event, while an unsuccessful
372 load operation will fire an `error` event with the `src` value "load".
374 If the load operation succeeds and one or more of the loaded attributes
377 @method load
390 load: function (options, callback) {
411 facade.src = 'load';
658 This method is called internally by `load()`, `save()`, and `destroy()`.