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

index ff63b76..4a78d05 100644 (file)
@@ -364,7 +364,7 @@ ScopeParser.prototype = {
                         //println("<i>"+token.data+"</i>");
                         break;
                     }
-                    
+                    symbol = token.data;
                      if (this.mode == 'CHECKING_SYMBOL_TREE') {
                         
                         //println("GOT IDENT: -2 : " + this.ts.lookT(-2).toString() + " <BR> ..... -1 :  " +  this.ts.lookT(-1).toString() + " <BR> ");