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

/yui3/src/attribute/js/
H A DAttributeCore.js508 val = host._getStateVal(name);
526 * @method _getStateVal
531 _getStateVal : function(name) {
575 prevRawVal = this._getStateVal(attrName),
700 if (!modifiedOnly || host._getStateVal(attr) != host._state.get(attr, INIT_VALUE)) {

Completed in 754 milliseconds