Skip to content

Commit

Permalink
[build] 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
niceue committed Aug 28, 2016
1 parent 221c052 commit eff4c46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions dist/jquery.validator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! nice-validator 1.0.5
/*! nice-validator 1.0.6
* (c) 2012-2016 Jony Zhang <[email protected]>, MIT Licensed
* https://github.com/niceue/nice-validator
*/
Expand Down Expand Up @@ -71,6 +71,7 @@
valid: null,
invalid: null,
validation: null,
formClass: 'n-default',
validClass: 'n-valid',
invalidClass: 'n-invalid',
bindClassTo: null
Expand Down Expand Up @@ -103,17 +104,12 @@
msgWrapper: 'span',
msgArrow: '',
msgIcon: '<span class="n-icon"></span>',
msgClass: '',
msgClass: 'n-right',
msgStyle: '',
msgShow: null,
msgHide: null
},
themes = {
'default': {
formClass: 'n-default',
msgClass: 'n-right'
}
};
themes = {};

/** jQuery Plugin
* @param {Object} options
Expand Down
Loading

0 comments on commit eff4c46

Please sign in to comment.