X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=9df4c1b2ce34cd6a4c75b3696b47fd16c25f79d1;hp=ff4d08925254a5ab1d049b33ff49678753eafbe1;hb=d1db558e9c755a9e236aff3b655e56c4868d58ac;hpb=e5ffdec730738f1cf9dacb62516f1ad85682e1b4 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; }