removed left right arrows

This commit is contained in:
Peter Cottle 2012-12-20 12:22:54 -08:00
parent 7d05c5167d
commit 332c36e090
4 changed files with 9 additions and 24 deletions

View file

@ -110,11 +110,6 @@ var InteractiveRebaseView = ContainedBase.extend({
destination: this.$('.confirmCancel'),
deferred: deferred
});
new LeftRightView({
destination: this.$('.confirmCancel'),
deferred: deferred
});
}
});