浏览代码

#312: Fix broacast typo in the uri validator, thanks to @mrpollo

nghuuphuoc 11 年之前
父节点
当前提交
9136d10380
共有 4 个文件被更改,包括 6 次插入4 次删除
  1. 2 1
      CHANGELOG.md
  2. 1 0
      README.md
  3. 1 1
      dist/js/bootstrapValidator.js
  4. 2 2
      dist/js/bootstrapValidator.min.js

文件差异内容过多而无法显示
+ 2 - 1
CHANGELOG.md


+ 1 - 0
README.md

@@ -113,6 +113,7 @@ Big thanks to the contributors:
 * [@lloydde](https://github.com/lloydde)
 * [@MartinDevillers](https://github.com/MartinDevillers)
 * [@MrC0mm0n](https://github.com/MrC0mm0n)
+* [@mrpollo](https://github.com/mrpollo)
 * [@narutosanjiv](https://github.com/narutosanjiv)
 * [@patmoore](https://github.com/patmoore)
 * [@smeagol74](https://github.com/smeagol74)

+ 1 - 1
dist/js/bootstrapValidator.js

@@ -3937,7 +3937,7 @@
                 // IP address dotted notation octets
                 // excludes loopback network 0.0.0.0
                 // excludes reserved space >= 224.0.0.0
-                // excludes network & broacast addresses
+                // excludes network & broadcast addresses
                 // (first & last IP address of each class)
                 "(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])" +
                 "(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}" +

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