From 6472f3838c7612b49dbb85fe9876ed700f3d4490 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 11:53:14 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index ed4b449..f82421a 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -332,7 +332,7 @@ ScopeNamer = XObject.define( this.addSymbol(symbol, jsdocTok.jsdoc); var sn = new ScopeNamer(this); - print(JSON.stringify(items, null,4)); + //print(JSON.stringify(items, null,4)); // ctr statements. sn.walkStatements(scope + '.prototype', items[0][2].items); -- 2.39.2