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

/yui3/src/event/js/
H A Dsynthetic.js107 * @class SynthRegistry
115 function SynthRegistry(el, yuid, key) { class
122 SynthRegistry.prototype = {
123 constructor: SynthRegistry,
213 SynthRegistry: SynthRegistry,
241 events[key] = new SynthRegistry(el, yuid, key);

Completed in 27 milliseconds