mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
9e41ed7df4
commit
d758bebc7a
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ Util = exports || {};
|
|||
*/
|
||||
Util.removeStr = function(pStr, pSubStr){
|
||||
var lRet;
|
||||
if( Util.isString(pStr) && Util.isString(pSubStr) ){
|
||||
if( Util.isString(pStr) && pSubStr ){
|
||||
var n = pSubStr.length;
|
||||
|
||||
if( Util.isArray(pSubStr) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue