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

index ca869d0..80d4a93 100644 (file)
@@ -349,10 +349,9 @@ ScopeParser.prototype = {
                         var ls = this.scopes.pop();
                         ls.getUsedSymbols();
                         // eat symbol if we are currently at { 
-                        //if (this.ts.look(0).data == '{') {
-                        //    this.ts.nextTok();
-                            
-                        //}
+                        if (this.ts.look(0).data == '{') {
+                            this.ts.nextTok();
+                        }
                         
                         print("<<<<<<<EXIT SCOPE" +this.scopes.length);
                         return;