From 02ded19d2db093cf0336c5f597f9625ced66d4d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:49:36 +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 ea9a3f5..97b3fac 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -359,8 +359,10 @@ ScopeParser.prototype = { //print(">>>>>> OBJLIT PUSH(false)" + this.braceNesting); break; -/* + case "PUNC.RIGHT_CURLY": // } + return; + /* //println(""+token.data+""); this.braceNesting--; isObjectLitAr.pop(); -- 2.39.2