From 8f51f9b36912d6a194a6ea720fa70b024d3fbf8b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:51:44 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 9a83e08..2199ef0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -323,6 +323,12 @@ ScopeParser.prototype = { case "PUNC.LEFT_CURLY": // { print('SCOPE-CURLY:' + JSON.stringify(token,null,4)); //println(""+token.data+""); + + if (token.props) { + // it's an object literal.. + // the values could be replaced.. + } + isObjectLitAr.push(false); this.braceNesting++; -- 2.39.2