浏览代码

Refactor to use dynamic method calling substantialy reducing code length

Emil Rømer Christensen 11 年之前
父节点
当前提交
3394389790
共有 4 个文件被更改,包括 51 次插入127 次删除
  1. 1 1
      dist/css/bootstrapValidator.min.css
  2. 23 61
      dist/js/bootstrapValidator.js
  3. 5 5
      dist/js/bootstrapValidator.min.js
  4. 22 60
      src/js/validator/color.js

+ 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

文件差异内容过多而无法显示
+ 23 - 61
dist/js/bootstrapValidator.js


文件差异内容过多而无法显示
+ 5 - 5
dist/js/bootstrapValidator.min.js


文件差异内容过多而无法显示
+ 22 - 60
src/js/validator/color.js