Yahoo! UI Library

event-custom  3.0.0

Yahoo! UI Library > event-custom > event.js (source view)
Search:
 
Filters
/**
 * Custom event engine, DOM event listener abstraction layer, synthetic DOM
 * events.
 * @module event-custom
 */

Y.Env.evt = {
    handles: {},
    plugins: {}
};

Copyright © 2009 Yahoo! Inc. All rights reserved.