Remove empty if block

This commit is contained in:
David Baker 2016-02-01 18:02:23 +00:00
parent f94272c539
commit d1dc082489
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ module.exports = React.createClass({
if (ev.key == "Enter") { if (ev.key == "Enter") {
this.joinRoom(this.refs.roomAlias.value); this.joinRoom(this.refs.roomAlias.value);
} }
if (ev.key == "Down") {
}
}, },
render: function() { render: function() {