Skip to content

Commit a649f16

Browse files
Remove asterisk
It's 100% redundant
1 parent d4b031b commit a649f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.mask.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@
570570

571571
var globals = {
572572
maskElements: 'input,td,span,div',
573-
dataMaskAttr: '*[data-mask]',
573+
dataMaskAttr: '[data-mask]',
574574
dataMask: true,
575575
watchInterval: 300,
576576
watchInputs: true,

0 commit comments

Comments
 (0)