schnee effeckt und fehler Korektur
This commit is contained in:
2
node_modules/camelcase/index.js
generated
vendored
2
node_modules/camelcase/index.js
generated
vendored
@@ -30,7 +30,7 @@ module.exports = function () {
|
||||
}
|
||||
|
||||
if (str.length === 1) {
|
||||
return str;
|
||||
return str.toLowerCase();
|
||||
}
|
||||
|
||||
if (!(/[_.\- ]+/).test(str)) {
|
||||
|
||||
Reference in New Issue
Block a user