Skip to content
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.

Commit

Permalink
Remove obsolete click handler
Browse files Browse the repository at this point in the history
  • Loading branch information
janodvarko committed Jun 7, 2016
1 parent 140eb02 commit 2021aa6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data/containers/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ define(function (require, exports) {
key.unbind("down", this.onKeyDown);
},

onClickRow: function (frame) {
this.store.dispatch(selectFrame(frame));
},

onKeyUp: function (event) {
this.props.dispatch(selectPrevFrame());
Events.cancelEvent(event);
Expand Down

0 comments on commit 2021aa6

Please sign in to comment.