comment what a CR is
This commit is contained in:
parent
ddbc8dffb3
commit
75bc878657
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
onSearchChange: function(e) {
|
onSearchChange: function(e) {
|
||||||
if (e.keyCode === 13) {
|
if (e.keyCode === 13) { // on enter...
|
||||||
this.props.onSearch(this.refs.search_term.getDOMNode().value, this.state.scope);
|
this.props.onSearch(this.refs.search_term.getDOMNode().value, this.state.scope);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue