From: Alan Knowles Date: Wed, 23 Nov 2011 04:44:52 +0000 (+0800) Subject: JSDOC/ScopeNamer.js X-Git-Url: http://git.roojs.org/?p=app.jsdoc;a=commitdiff_plain;h=8a0fcd5a749aa92c63407796f48eefa2b9a6b973 JSDOC/ScopeNamer.js --- 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; }