Lines Matching refs:load
86 @event load
88 the load request.
89 @param {Mixed} response The sync layer's raw, unparsed response to the load
93 EVT_LOAD = 'load',
500 This method delegates to the `sync()` method to perform the actual load
504 If the load operation succeeds, a `reset` event will be fired.
506 @method load
519 load: function (options, callback) {
540 facade.src = 'load';
737 This method is called internally by `load()`.