JSDOC/ScopeNamer.js
[app.jsdoc] / 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;
         },