From d1db558e9c755a9e236aff3b655e56c4868d58ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:07:19 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2