Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 1c73a7a

Browse files
committed
Merge pull request #125 from ptica/patch-1
Update validator.js - android native browser fix
2 parents d76aa41 + 3db3b2a commit 1c73a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/validator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
}
7878

7979
Validator.VALIDATORS = {
80-
native: function ($el) {
80+
'native': function ($el) {
8181
var el = $el[0]
8282
return el.checkValidity ? el.checkValidity() : true
8383
},

0 commit comments

Comments
 (0)