From 4f02fd94541c5d822ec40a468e90bdfd9f166e38 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Thu, 31 Dec 2015 21:08:00 +0300 Subject: [PATCH] Update token.js --- lib/token.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/token.js b/lib/token.js index 90daad5..2458277 100644 --- a/lib/token.js +++ b/lib/token.js @@ -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;