Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital Kravtsov committed Apr 18, 2017
1 parent e22c6cf commit e1fc6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MaskedInput extends React.Component {
this._onPaste = this._onPaste.bind(this)
this._onKeyPress = this._onKeyPress.bind(this)
}

componentWillMount() {
var options = {
pattern: this.props.mask,
Expand Down

0 comments on commit e1fc6e2

Please sign in to comment.