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

/yui3/src/attribute/js/
H A DComplexAttribute.js12 Y.Attribute.Complex = function() {};
13 Y.Attribute.Complex.prototype = {
102 // Complex Attributes (complex values applied, after simple, incase both are set)
118 Y.mix(Y.Attribute, Y.Attribute.Complex, true, null, 1);
121 Y.AttributeComplex = Y.Attribute.Complex;

Completed in 598 milliseconds