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

/yui3/src/event-custom/js/
H A Devent-facade.js80 * @method stopPropagation
82 stopPropagation: function() {
83 this._event.stopPropagation();
330 * @method stopPropagation
332 CEProto.stopPropagation = function() {
377 this.stopPropagation();
478 // stopPropagation() was called

Completed in 1359 milliseconds