From 542fdbb830207dd38aa62c61648bdd0f00d055ec Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:10:19 +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 103bb7b..c6880bc 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -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); -- 2.39.2