From 3b0186d85fb275a56e68a643f135534b79506e52 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:47:05 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index e40ff6e..ca869d0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -349,10 +349,10 @@ ScopeParser.prototype = { var ls = this.scopes.pop(); ls.getUsedSymbols(); // eat symbol if we are currently at { - if (this.ts.look(0).data == '{') { - this.ts.nextTok(); + //if (this.ts.look(0).data == '{') { + // this.ts.nextTok(); - } + //} print("<<<<<<