From 8a0fcd5a749aa92c63407796f48eefa2b9a6b973 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 12:44:52 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index 12c117a..e0be6a2 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -104,7 +104,7 @@ ScopeNamer = XObject.define( debugCall : function(str) { - if (this.filename.match(/Scope\.js/)) return print(str); + //if (this.filename.match(/Scope\.js/)) return print(str); return; }, @@ -154,7 +154,7 @@ ScopeNamer = XObject.define( scope = scope[0].desc; } - this.global = scope; + _this.global = scope; } -- 2.39.2