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

/yui3/src/attribute/js/
H A DAttributeCore.js234 if (lazy && !host.attrAdded(name)) {
241 if (host.attrAdded(name) && !state.get(name, IS_LAZY_ADD)) { Y.log('Attribute: ' + name + ' already exists. Cannot add it again without removing it first', 'warn', 'attribute'); }
243 if (!host.attrAdded(name) || state.get(name, IS_LAZY_ADD)) {
275 * @method attrAdded
279 attrAdded: function(name) {

Completed in 25 milliseconds