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

/yui3/src/event-custom/js/
H A Devent-facade.js79 * Stops the propagation to the next bubble target
88 * Stops the propagation to the next bubble target and
192 // bubble if this is hosted in an event target and propagation has not been stopped
193 if (self.bubbles && host.bubble && !self.stopped) {
206 ret = host.bubble(self, args, null, es);
328 * Stop propagation to bubble targets
341 * Stops propagation to bubble targets, and prevents any remaining
383 * Registers another EventTarget as a bubble target. Bubble order
387 * Events can only bubble if emitFacade is true.
401 * Returns an array of bubble target
[all...]

Completed in 242 milliseconds