From 516ba45b7452aee920c48d16d602e3f531ad87a7 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:46:21 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index c5b606d..4242ec6 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -582,6 +582,7 @@ ScopeParser.prototype = { case 'NAME': symbol = token.data; + this.ts.nextTok(); if (this.ts.lookTok(-1).data == "{" && this.ts.lookTok(1).data == ":") { // then we are in an object lit.. -> we need to flag the brace as such... isObjectLitAr.pop(); -- 2.39.2