Browse Source

Refactor to use dynamic method calling substantialy reducing code length

Emil Rømer Christensen 11 years ago
parent
commit
8099393fbf

+ 4 - 0
dist/css/bootstrapValidator.min.css

@@ -24,6 +24,7 @@
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
 <<<<<<< HEAD
+<<<<<<< HEAD
  * @version     v0.5.3-dev, built on 2014-10-06 8:02:42 AM
  * @version     v0.5.3-dev, built on 2014-10-06 8:02:42 AM
 =======
 =======
  * @version     v0.5.2-dev, built on 2014-09-18 9:55:01 PM
  * @version     v0.5.2-dev, built on 2014-09-18 9:55:01 PM
@@ -91,6 +92,9 @@
 =======
 =======
  * @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:23 PM
 >>>>>>> Add dist files for Readd hexColor validator
 >>>>>>> Add dist files for Readd hexColor validator
+=======
+ * @version     v0.5.2-dev, built on 2014-09-18 10:04:30 PM
+>>>>>>> Refactor to use dynamic method calling substantialy reducing code length
  * @author      https://twitter.com/nghuuphuoc
  * @author      https://twitter.com/nghuuphuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
  * @license     MIT
  * @license     MIT

File diff suppressed because it is too large
+ 26 - 60
dist/js/bootstrapValidator.js


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


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