client/js/main.js
changeset 418 eb5f2313ce2b
parent 392 68ff332b6b07
child 426 05ed0d95a511
--- a/client/js/main.js	Sat Apr 18 16:54:38 2015 +0200
+++ b/client/js/main.js	Sat Apr 18 16:55:15 2015 +0200
@@ -97,7 +97,7 @@
 
     Rkns.__renkans.push(this);
 
-    this.options = _.defaults(_opts, Rkns.defaults);
+    this.options = _.defaults(_opts, Rkns.defaults, {templates: renkanJST});
 
     _(this.options.property_files).each(function(f) {
         Rkns.$.getJSON(f, function(data) {