Skip to content

Commit 90f039d

Browse files
committed
Remove binding
1 parent 3d03c2d commit 90f039d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/hooks/_masked_number_input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default {
3232
this.mask.on('accept', this.handleMaskChange.bind(this))
3333
},
3434
updated () {
35-
this.handleMaskChange.bind(this)
35+
this.handleMaskChange()
3636
},
3737
handleMaskChange () {
3838
this.hiddenInput.value = this.rawValue(this.mask.value)

0 commit comments

Comments
 (0)