BOOM redid the command history view

This commit is contained in:
Peter Cottle 2015-04-16 19:17:49 +10:00
parent 855a0402d7
commit 9a266a3cc4
4 changed files with 113 additions and 88 deletions

View file

@ -29,7 +29,7 @@ var Command = Backbone.Model.extend({
},
initialize: function(options) {
initialize: function() {
this.initDefaults();
this.validateAtInit();