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

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