| author | rougeronj |
| Sat, 18 Apr 2015 16:55:15 +0200 | |
| changeset 418 | eb5f2313ce2b |
| parent 417 | e98756860daa |
| child 419 | 4f458e6d32bd |
| client/js/main.js | file | annotate | diff | comparison | revisions |
--- 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) {