X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JsTemplate%2FTemplate.js;h=4cfbe8f7194361f47263b194e6b6a6ba8739b147;hp=ed8ae29358b2840035883183e2d4b07bfde9aab9;hb=7df69dffc97bc385bfb7617fdac6beea1fb1b7c6;hpb=9e21f9548257f988616da849498d3dd1ea43d13c diff --git a/JsTemplate/Template.js b/JsTemplate/Template.js index ed8ae29..4cfbe8f 100644 --- a/JsTemplate/Template.js +++ b/JsTemplate/Template.js @@ -27,8 +27,8 @@ Template = XObject.define( } - this.template = Gio.simple_read(templateFile); - this.templateName = GLib.path_get_basename(templateFile); + this.template = Gio.simple_read(this.templateFile); + this.templateName = GLib.path_get_basename(this.templateFile); this.code = ""; this.parse(); },