JSDOC/Template.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 09:52:55 +0000 (17:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 28 Jun 2010 09:52:55 +0000 (17:52 +0800)
JSDOC/Template.js

index f2f3625..6f74d50 100644 (file)
@@ -27,7 +27,7 @@ Template = XObject.define(
             this.template = Gio.simple_read(templateFile);
             
         }
-        this.Link = this.Link || imports.TemplateLink;
+        this.Link = this.Link || imports.TemplateLink.Link;
         
         this.templateName = GLib.path_get_basename(templateFile);
         this.code = "";