Searched defs:EVENTS (Results 1 - 1 of 1) sorted by relevance

/yui3/src/io/js/
H A Dio-base.js9 EVENTS = ['start', 'complete', 'end', 'success', 'failure', 'progress'],
82 for (i = 0, len = EVENTS.length; i < len; ++i) {
86 io.publish('io:' + EVENTS[i], Y.merge({ broadcast: 1 }, config));
89 io.publish('io-trn:' + EVENTS[i], config);
199 if (eventName === EVENTS[0] || eventName === EVENTS[2]) {
239 this._evt(EVENTS[0], transaction, config);
258 this._evt(EVENTS[1], transaction, config);
274 this._evt(EVENTS[2], transaction, config);
292 this._evt(EVENTS[
8 var // List of events that comprise the IO event lifecycle. variable
[all...]

Completed in 9 milliseconds