From 12a90e45bcbe9afa2c8c7e9a3a6e599d165972fc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:24:37 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index f72ddef..7f106aa 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -308,8 +308,8 @@ ScopeParser.prototype = { } } - print("VAR:") - this.ts.dump(vstart , this.ts.cursor); + //print("VAR:") + //this.ts.dump(vstart , this.ts.cursor); break; case "KEYW.FUNCTION": -- 2.39.2