|
|
@ -149,7 +149,7 @@ Token.prototype.attrPush = function attrPush(attrData) { |
|
|
|
/** |
|
|
|
* Token.attrReplace(name, value) |
|
|
|
* |
|
|
|
* Replace all attributes with name `name` with one with the value `attrData` |
|
|
|
* Replace all attributes with name `name` with one with the value `value` |
|
|
|
**/ |
|
|
|
Token.prototype.attrReplace = function attrReplace(name, value) { |
|
|
|
var found; |
|
|
|