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

/yui3/src/attribute/js/
H A DAttributeEvents.js28 * @class AttributeEvents
31 function AttributeEvents() { class
37 AttributeEvents._ATTR_CFG = [BROADCAST];
39 AttributeEvents.prototype = {
167 Y.mix(AttributeEvents, EventTarget, false, null, 1);
169 Y.AttributeEvents = AttributeEvents;

Completed in 9 milliseconds