fiel refactor

This commit is contained in:
Peter Cottle 2012-12-19 10:24:11 -08:00
parent 2b308e2ae9
commit 68ff9cebea
6 changed files with 820 additions and 845 deletions

View file

@ -44,7 +44,6 @@ var InteractiveRebaseView = Backbone.View.extend({
},
toggleVisibility: function(toggle) {
console.log('toggling');
$('#dialogHolder').toggleClass('shown', toggle);
},