Skip to content

Commit 7e2bccd

Browse files
committed
fixed #267
1 parent 25dda7e commit 7e2bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.validator.js

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

18701870
return isValid || (
18711871
isObject(me.messages.match)
1872-
&& me.messages.match[type].replace( '{1}', me._getDisplay( element, field2.display || key ) )
1872+
&& me.messages.match[type].replace( '{1}', me._getDisplay( elem2, field2.display || key ) )
18731873
);
18741874
},
18751875

0 commit comments

Comments
 (0)