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

/yui3/src/event-custom/js/
H A Devent-target.js132 * @method once
140 once: function() {
144 hand.sub.once = true;
166 hand.sub.once = true;
204 * To subscribe to multiple events at once, pass an object as the first
520 * 'fireOnce': if an event is configured to fire once, new subscribers after
871 @method once
882 Listen for an event one time. Equivalent to `once()`, except, like `after()`,
893 @see once

Completed in 17 milliseconds