From: Alan Knowles Date: Fri, 16 Jul 2010 05:07:19 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=d1db558e9c755a9e236aff3b655e56c4868d58ac JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index ff4d089..9df4c1b 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -302,7 +302,6 @@ ScopeParser.prototype = { var bn = this.braceNesting; var nts = []; while (true) { - if (!token || token.type == 'VOID' || token.data == ',') { break; }