mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
minor changes
This commit is contained in:
parent
765b3a1dae
commit
bd0fa05b53
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ Util = exports || {};
|
|||
if( lRet ){
|
||||
if( Util.isArray(pStr2) )
|
||||
for(var i = 0, n = pStr2.length; i < n; i++){
|
||||
lRet = Util.strCmp( pStr1, pStr2[i] );
|
||||
lRet = Util.isContainStr( pStr1, pStr2[i] );
|
||||
|
||||
if(lRet)
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue