JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:24:10 +0000 (14:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:24:10 +0000 (14:24 +0800)
JSDOC/ScopeParser.js

index 7d1c606..4904130 100644 (file)
@@ -579,7 +579,7 @@ ScopeParser.prototype = {
         //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN);
         while (token = this.ts.lookTok()) {
      
-
+        
             
            /*
             // moved out of loop?
@@ -592,7 +592,7 @@ ScopeParser.prototype = {
            */ 
            
            //this.dumpToken(token,  this.scopes, this.braceNesting );
-           //print('EXP' + this.expN + ':' + token.toString());
+           print('EXP' +  token.toString());
             
             
             //println("<i>"+token.data+"</i>");