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

index b870bde..7ed6f00 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 " + token.data  + ' (line:' + token.line + ")  has already been declared in the same scope...");
                             }
                         }