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

index e40ff6e..ca869d0 100644 (file)
@@ -349,10 +349,10 @@ 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;