Lines Matching refs:load
88 @event load
90 the load request.
91 @param {Mixed} response The sync layer's raw, unparsed response to the load
95 EVT_LOAD = 'load',
502 This method delegates to the `sync()` method to perform the actual load
506 If the load operation succeeds, a `reset` event will be fired.
508 @method load
521 load: function (options, callback) {
542 facade.src = 'load';
739 This method is called internally by `load()`.