From 38ee15116a16575df86ac07e9e0bbaf478a650e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:48:14 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index ca869d0..80d4a93 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -349,10 +349,9 @@ 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("<<<<<<