JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:44:52 +0000 (12:44 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:44:52 +0000 (12:44 +0800)
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;
                 }