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

index 43bdaf3..0555fd7 100644 (file)
@@ -873,8 +873,8 @@ ScopeParser.prototype = {
         }
         
         token = this.ts.nextTok();
-        print('FUNC-BODY:' + JSON.stringify(token,null,4));
-        Seed.quit();
+       // print('FUNC-BODY:' + JSON.stringify(token,null,4));
+        //Seed.quit();
         //print(token.toString());
         // assert token.getType() == Token.LC;
         //this.braceNesting++;