mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(util) rmStr: str.replace -> Util.replace
This commit is contained in:
parent
14f312e2ca
commit
4d2ed0542f
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@
|
|||
strArray.push(substr);
|
||||
|
||||
strArray.forEach(function(strItem) {
|
||||
str = str.replace(strItem, '');
|
||||
str = Util.replace(str, strItem, '');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue