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

index 1c38b44..da579ef 100644 (file)
@@ -212,7 +212,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
-            this.log(token.type + '.' + token.name+ ":" + token.data);
+            this.logtoken.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
             }
@@ -734,7 +734,7 @@ ScopeParser.prototype = {
             this.indexedScopes[this.ts.cursor] = fnScope;
             
         } else {
-            //println("FETCHING SCOPE" + this.ts.cursor);
+            //qln("FETCHING SCOPE" + this.ts.cursor);
             fnScope = this.indexedScopes[this.ts.cursor];
           
         }