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

/yui3/src/event-custom/js/
H A Devent-facade.js91 * @method stopImmediatePropagation
93 stopImmediatePropagation: function() {
94 this._event.stopImmediatePropagation();
343 * @method stopImmediatePropagation
345 CEProto.stopImmediatePropagation = function() {
375 this.stopImmediatePropagation();

Completed in 56 milliseconds