if(this._attributeMap){ var key = tagName + "." + attribute; var value = this._attributeMap[key]; if(value){ attribute = value; }else{ // look for global attribute value = this._attributeMap[attribute]; if(value){ attribute = value; } } } return attribute; //object