1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-13 13:07:32 +00:00
This commit is contained in:
exane
2015-06-22 20:19:06 +02:00
parent 513efc2116
commit 127fd69a87
6 changed files with 44 additions and 28 deletions

@@ -77,7 +77,7 @@ var App = Backbone.Router.extend({
var SideView = Backbone.View.extend({
el: ".container",
template: require("../templates/cards.handlebars"),
templateCards: require("../templates/multipleCards.handlebars"),
templateCards: require("../templates/fieldCards.handlebars"),
initialize: function(options){
var self = this;
this.side = options.side;