From 5c2d4b0c54284ad45c2cf64df3e0b9cf72fb2aaa Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:06:26 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 42e36c5..dbc42b1 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -303,7 +303,7 @@ ScopeParser.prototype = { var nts = []; while (true) { var n = this.ts.lookTok(); - print(n.toString()); + if (!n || n.type == 'VOID' || n.data == ',') { break; } -- 2.39.2