From 916df056b7a16402c5258d9f6a3fd0ce865a3ed5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 13:06:07 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 330f3d0..2914d18 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -303,6 +303,7 @@ ScopeParser.prototype = { var nts = []; while (true) { var n = this.ts.lookTok(); + print(n.toString()); if (!n || n.data == ',') { break; } -- 2.39.2