mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 17:00:04 +02:00
big design update, bugs, etc
This commit is contained in:
parent
ff4312ba49
commit
9378254f0a
8 changed files with 259 additions and 17 deletions
|
@ -108,7 +108,6 @@ var CommandView = Backbone.View.extend({
|
|||
},
|
||||
|
||||
wasChanged: function(model, changeEvent) {
|
||||
console.log('command changed', model, changeEvent);
|
||||
// for changes that are just comestic, we actually only want to toggle classes
|
||||
// with jquery rather than brutally delete a html of HTML
|
||||
var changes = changeEvent.changes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue