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

Commit

Permalink
Merge pull request #125 from ptica/patch-1
Browse files Browse the repository at this point in the history
Update validator.js - android native browser fix
  • Loading branch information
1000hz committed May 12, 2015
2 parents d76aa41 + 3db3b2a commit 1c73a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
}

Validator.VALIDATORS = {
native: function ($el) {
'native': function ($el) {
var el = $el[0]
return el.checkValidity ? el.checkValidity() : true
},
Expand Down

0 comments on commit 1c73a7a

Please sign in to comment.