Skip to content

Commit

Permalink
[build] 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jony committed Mar 26, 2020
1 parent 27c5ddd commit 76d0e5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions dist/jquery.validator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! nice-validator 1.1.4
* (c) 2012-2018 Jony Zhang <[email protected]>, MIT Licensed
/*! nice-validator 1.1.5
* (c) 2012-2020 Jony Zhang <[email protected]>, MIT Licensed
* https://github.com/niceue/nice-validator
*/
;(function(factory) {
Expand Down Expand Up @@ -1715,6 +1715,7 @@
if ( !val && !me.test(element, params[0]) ) {
return null;
}
me._r = 'required'
}
}
else if ( params[0] === 'not' ) {
Expand Down
Loading

0 comments on commit 76d0e5d

Please sign in to comment.