From: alan Date: Mon, 19 Apr 2010 09:46:21 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=516ba45b7452aee920c48d16d602e3f531ad87a7 JSDOC/ScopeParser.js --- 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();