Skip to content

Commit

Permalink
fix(Input): removed useless state
Browse files Browse the repository at this point in the history
  • Loading branch information
mBourges committed Nov 22, 2016
1 parent 2029407 commit b5f5dc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ class Input extends React.Component {
constructor(props) {
super(props);

this.state = {
timeoutId: null
};

this.handleChange = this.handleChange.bind(this);
this.handleBlur = this.handleBlur.bind(this);
}
Expand Down

0 comments on commit b5f5dc6

Please sign in to comment.