From 396ddd8e8de18761ffffca689932d3c90ece298f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 6 Jul 2010 22:32:57 +0800 Subject: [PATCH] JsTemplate/Link.js --- JsTemplate/Link.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsTemplate/Link.js b/JsTemplate/Link.js index 993f4a1..d4cec0d 100644 --- a/JsTemplate/Link.js +++ b/JsTemplate/Link.js @@ -159,7 +159,7 @@ Link = XObject.define( var outFilePath = Link.base + '/symbols/' + srcFile.replace(/.js$/, '') + imports.JSDOC.Options.Options.publishExt; - if (!this.text) this.text = FilePath.fileName(srcFilePath); + if (!this.text) this.text = srcFilePath; //FilePath.fileName(srcFilePath); return ""+this.text+""; }, -- 2.39.2