mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
fixed error parsing issue
This commit is contained in:
parent
51bed71e1b
commit
543f5986ae
3 changed files with 17 additions and 8 deletions
|
@ -143,6 +143,7 @@ var CommandView = Backbone.View.extend({
|
|||
},
|
||||
this.model.toJSON()
|
||||
);
|
||||
console.log('rendering', this.model.toJSON());
|
||||
|
||||
this.$el.html(this.template(json));
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue