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

Commit

Permalink
Merge branch 'master' of github.com:firebug/websocket-monitor into fe…
Browse files Browse the repository at this point in the history
…ature/query-string-parsing
  • Loading branch information
eliihen committed Jul 11, 2016
2 parents 7283054 + 2021aa6 commit baa0979
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 baa0979

Please sign in to comment.