Project/Project.vala
authorAlan Knowles <alan@roojs.com>
Tue, 2 Sep 2014 10:06:05 +0000 (18:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 2 Sep 2014 10:06:05 +0000 (18:06 +0800)
Project/Project.vala

index bf91c9b..6240dec 100644 (file)
@@ -467,7 +467,7 @@ namespace Project {
 
                public JsRender.JsRender newFile (string name)
                {
-                       return JsRender.JsRender.factory(this.xtype, this, this.firstPath + "/" + name);
+                       return JsRender.JsRender.factory(this.xtype, this, this.firstPath + "/" + name + ".bjs");
                }
                
                public JsRender.JsRender loadFileOnly (string path)