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

@ -61,8 +61,8 @@ var LeftRightView = PosNegBase.extend({
className: 'leftRightView box horizontal center',
template: _.template($('#left-right-template').html()),
events: {
'click .confirmButton': 'positive',
'click .cancelButton': 'negative'
'click .left': 'negative',
'click .right': 'positive'
},
initialize: function(options) {