JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:05:37 +0000 (15:05 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:05:37 +0000 (15:05 +0800)
JSDOC/ScopeParser.js

index f32b3a7..b870bde 100644 (file)
@@ -234,7 +234,7 @@ ScopeParser.prototype = {
                                 scope.declareIdentifier(token.data, token);
                             } else {
                                 token.identifier = identifier;
-                                this.warn("The variable " + symbol  + ' (line:' + token.line + ')  has already been declared in the same scope...");
+                                this.warn("The variable " + symbol  + ' (line:' + token.line + ")  has already been declared in the same scope...");
                             }
                         }