From 216d858c418d62cc5f8d7e409bb597377fb1bd9c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 12:59:29 +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 80d4a93..a26c236 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -264,6 +264,7 @@ ScopeParser.prototype = { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this. + print ("GOT VAR"); //this.log("parseScope GOT VAR/CONST : " + token.toString()); while (true) { token = this.ts.nextTok(); -- 2.39.2