Skip to content

Commit 532fd3d

Browse files
committed
注释
1 parent 349bf84 commit 532fd3d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

dist/validator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* validate-framework v1.2.3
2+
* validate-framework v1.2.4
33
* 轻量级JavaScript表单验证,字符串验证。
44
*
55
* Copyright (c) 2016 LMY
@@ -468,7 +468,6 @@
468468
* @return {String}
469469
*/
470470
function toCamelCase(caseName) {
471-
// Support: IE9-11+
472471
return caseName.replace(/\_([a-z])/g, function(all, letter) {
473472
return letter.toUpperCase();
474473
});

dist/validator.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)