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

/yui3/src/event-custom/js/
H A Devent-custom.js39 * The CustomEvent class lets you define events for your application
45 * @class CustomEvent
48 Y.CustomEvent = function(type, o) {
51 // this.log('CustomEvent context and silent are now in the config', 'warn', 'Event');
265 Y.CustomEvent.prototype = {
266 constructor: Y.CustomEvent,

Completed in 33 milliseconds