From 6056de5dcadb9e6c5f448526b7ba57ecea64063f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:21:03 +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 9681925..a04cfea 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -847,6 +847,7 @@ ScopeParser.prototype = { this.braceNesting++; token = this.ts.nextTok(); + print(token.toString()); if (token.type == "STRN" && this.ts.lookTok(1).data == ';') { /* -- 2.39.2