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

/yui3/src/event/js/
H A Dsynthetic.js174 * subscriptions and detaches everything using detachAll(). Normally,
176 * at least support the detachAll method to duck type its way to
179 * @method detachAll
183 detachAll : function () {
/yui3/src/event-custom/js/
H A Devent-target.js365 // detachAll disabled on the Y instance.
469 * @method detachAll
472 detachAll: function(type) {
482 * @deprecated use detachAll
485 Y.log('EventTarget unsubscribeAll() is deprecated, use detachAll()', 'warn', 'deprecated');
486 return this.detachAll.apply(this, arguments);

Completed in 26 milliseconds