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

index 103bb7b..c6880bc 100644 (file)
@@ -873,7 +873,7 @@ ScopeParser.prototype = {
         }
         
         token = this.ts.nextTok();
-        print('FUNC-BODY:' + JSON.stringify(token.items,null,4));
+        //print('FUNC-BODY:' + JSON.stringify(token.items,null,4));
         //Seed.quit();
         //print(token.toString());
         // assert token.getType() == Token.LC;
@@ -887,7 +887,7 @@ ScopeParser.prototype = {
             _this.ts = new TokenStream(tar);
             _this.parseScope(fnScope);
             
-        })
+        });
         
         //print(JSON.stringify(this.ts,null,4));
         //this.parseScope(fnScope);