From: Alan Knowles Date: Tue, 6 Jul 2010 14:31:54 +0000 (+0800) Subject: JsTemplate/Link.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=a315af71d76080d436037a683f2f8940ebb67f8a JsTemplate/Link.js --- diff --git a/JsTemplate/Link.js b/JsTemplate/Link.js index 4fc58d6..993f4a1 100644 --- a/JsTemplate/Link.js +++ b/JsTemplate/Link.js @@ -157,7 +157,7 @@ Link = XObject.define( var srcFile = srcFilePath.replace(/\.\.?[\\\/]/g, "").replace(/[:\\\/]/g, "."); // was _ var lsrcFile = srcFilePath.replace(/\.\.?[\\\/]/g, "").replace(/[:\\\/]/g, "."); var outFilePath = Link.base + '/symbols/' + srcFile.replace(/.js$/, '') + - import.JSDOC.Options.Options.publishExt; + imports.JSDOC.Options.Options.publishExt; if (!this.text) this.text = FilePath.fileName(srcFilePath); return ""+this.text+"";