Browse Source

Update token.js

pull/183/head
Ilya Kantor 10 years ago
parent
commit
4f02fd9454
  1. 2
      lib/token.js

2
lib/token.js

@ -149,7 +149,7 @@ Token.prototype.attrPush = function attrPush(attrData) {
/** /**
* Token.attrReplace(name, value) * 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) { Token.prototype.attrReplace = function attrReplace(name, value) {
var found; var found;

Loading…
Cancel
Save