JSDOC/ScopeNamer.js
authorAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:41:35 +0000 (12:41 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 Nov 2011 04:41:35 +0000 (12:41 +0800)
JSDOC/ScopeNamer.js

index 268e0c2..802de7e 100644 (file)
@@ -103,7 +103,8 @@ ScopeNamer = XObject.define(
          */
         debugCall : function(str)  {
             
-            //if (this.filename.match(/File\.js/)) return print(str);
+            
+            if (this.filename.match(/Scope\.js/)) return print(str);
             return;
         },