Skip to content

Commit e1fc6e2

Browse files
author
Vital Kravtsov
committed
fix eslint error
1 parent e22c6cf commit e1fc6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class MaskedInput extends React.Component {
6767
this._onPaste = this._onPaste.bind(this)
6868
this._onKeyPress = this._onKeyPress.bind(this)
6969
}
70-
70+
7171
componentWillMount() {
7272
var options = {
7373
pattern: this.props.mask,

0 commit comments

Comments
 (0)