From f5b592d225babfb5fb5924811d7948e14246578e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:05:41 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 43bdaf3..0555fd7 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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++; -- 2.39.2