From: Alan Knowles Date: Wed, 23 Nov 2011 04:36:13 +0000 (+0800) Subject: JSDOC/ScopeNamer.js X-Git-Url: http://git.roojs.org/?p=app.jsdoc;a=commitdiff_plain;h=70fc4cc2cc1a153964e01cfdd47a702d46ec0826 JSDOC/ScopeNamer.js --- diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index ea7b3c2..3505676 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -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; },