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

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