Cross Reference: event.js
xref
: /
yui3
/
src
/
event-custom
/
js
/
event.js
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
event.js revision 08e054017132cdd838955bc0af15889f1f2a7b42
(
function
() {
/**
* Custom event engine
* @module event-custom
*/
Y.
Env
.
eventHandles
= {};
Y.
Env
.
eventAdaptors
= {};
})();