Browse Source

Refactor to use dynamic method calling substantialy reducing code length

Emil Rømer Christensen 11 years ago
parent
commit
3394389790

+ 1 - 1
dist/css/bootstrapValidator.min.css

@@ -2,7 +2,7 @@
  * BootstrapValidator (http://bootstrapvalidator.com)
  * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
  *
- * @version     v0.5.2-dev, built on 2014-09-18 10:04:23 PM
+ * @version     v0.5.2-dev, built on 2014-09-18 10:04:30 PM
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT

File diff suppressed because it is too large
+ 23 - 61
dist/js/bootstrapValidator.js


File diff suppressed because it is too large
+ 5 - 5
dist/js/bootstrapValidator.min.js


File diff suppressed because it is too large
+ 22 - 60
src/js/validator/color.js