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

/yui3/src/event-custom/js/
H A Devent-target.js89 ET = function(opts) {
125 ET.prototype = {
126 constructor: ET,
788 Y.EventTarget = ET;
791 Y.mix(Y, ET.prototype);
792 ET.call(Y, { bubbles: false });
794 YUI.Env.globalEvents = YUI.Env.globalEvents || new ET();
122 }; class

Completed in 111 milliseconds