From 061b9ebfdc5747eef5d5873652541549919a244e Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 16:43:02 +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 1be98ef..6d0267f 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -269,14 +269,14 @@ ScopeParser.prototype = { this.parseFunctionDeclaration(); break; - case "KEYW.LEFT_CURLY": // { + case "PUNC.LEFT_CURLY": // { //println(""+token.data+""); isObjectLitAr.push(false); print(">>>>>> OBJLIT PUSH(false)"); this.braceNesting++; break; - case "KEYW.RIGHT_CURLY": // } + case "PUNC.RIGHT_CURLY": // } //println(""+token.data+""); this.braceNesting--; isObjectLitAr.pop(); -- 2.39.2