From ae3d88afc78a1d38fdf213d93fa6c530b39d4d17 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:04:12 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index b0c51d0..ffd6159 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -871,8 +871,10 @@ ScopeParser.prototype = { argpos++; } } - Seed.quit(); + token = this.ts.nextTok(); + print('FUNC-BODY:' + JSON.stringify(token,null,4)); + Seed.quit(); //print(token.toString()); // assert token.getType() == Token.LC; this.braceNesting++; -- 2.39.2