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

index 749866a..eb04b0b 100644 (file)
@@ -373,7 +373,7 @@ ScopeParser.prototype = {
                         
                         //println("GOT IDENT: -2 : " + this.ts.lookT(-2).toString() + " <BR> ..... -1 :  " +  this.ts.lookT(-1).toString() + " <BR> "); 
                         
-                        
+                        print ("MUNGE?" + symbol);
                         
                         //println("GOT IDENT: <B>" + symbol + "</B><BR/>");
                              
@@ -569,7 +569,7 @@ ScopeParser.prototype = {
                         break;
                     }
                     
-                     if (this.mode == 'CHECKING_SYMBOL_TREE') {
+                     if (this.mode == 'MUNGING_SYMBOL_TREE') {
 
                         identifier = this.getIdentifier(symbol, currentScope);
                         //println("<B>??</B>");