Skip to content

Commit

Permalink
remove click event from trip list
Browse files Browse the repository at this point in the history
  • Loading branch information
PilgrimMemoirs committed Dec 15, 2016
1 parent f8922b8 commit d97b019
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/views/trip_list_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ const TripListView = Backbone.View.extend({
this.listenTo(this.model, 'update', this.render);
},

events: {
'click .trip-card': 'showDetails'
},

showDetails: function(card){

const cardDetails = this.detailsTemplate(card.model.attributes);
Expand Down

0 comments on commit d97b019

Please sign in to comment.