JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 12c117a..e0be6a2 100644 (file)
@@ -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;
                 }