From 70fc4cc2cc1a153964e01cfdd47a702d46ec0826 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 12:36:13 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }, -- 2.39.2