Lines Matching refs:load
53 * `load`: An error loading the model from a sync layer. The sync layer's
72 @event load
74 the load request.
75 @param {any} response The sync layer's raw, unparsed response to the load
79 EVT_LOAD = 'load',
365 This method delegates to the `sync()` method to perform the actual load
369 A successful load operation will fire a `load` event, while an unsuccessful
370 load operation will fire an `error` event with the `src` value "load".
372 If the load operation succeeds and one or more of the loaded attributes
375 @method load
388 load: function (options, callback) {
409 facade.src = 'load';
656 This method is called internally by `load()`, `save()`, and `destroy()`.