JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:44:42 +0000 (11:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:44:42 +0000 (11:44 +0800)
JSDOC/ScopeParser.js

index 9098fae..487cbe3 100644 (file)
@@ -490,7 +490,7 @@ ScopeParser.prototype = {
         // Parse functions if any...
         //println("<i>EXP</i><BR/>");
         !this.debug || print("PARSE EXPR");
-        print(">> ENTER EXPRESSION");
+       
          
         // for printing stuff..
        
@@ -513,7 +513,7 @@ ScopeParser.prototype = {
             this.scopes.forEach(function() {
                 scopeIndent += '   '; 
             });
-        
+         print(scopeIndent + ">> ENTER EXPRESSION");
         while (token = this.ts.lookTok()) {