JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:20:56 +0000 (17:20 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:20:56 +0000 (17:20 +0800)
JSDOC/ScopeParser.js

index da579ef..0778bee 100644 (file)
@@ -212,7 +212,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
-            this.logtoken.data);
+            this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
             }