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

Commit 2021aa6

Browse files
committed
Remove obsolete click handler
1 parent 140eb02 commit 2021aa6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

data/containers/app.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ define(function (require, exports) {
4141
key.unbind("down", this.onKeyDown);
4242
},
4343

44-
onClickRow: function (frame) {
45-
this.store.dispatch(selectFrame(frame));
46-
},
47-
4844
onKeyUp: function (event) {
4945
this.props.dispatch(selectPrevFrame());
5046
Events.cancelEvent(event);

0 commit comments

Comments
 (0)