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

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