mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(util) isContainStr
This commit is contained in:
parent
a1c6ddedac
commit
513ad5b979
1 changed files with 0 additions and 1 deletions
|
|
@ -313,7 +313,6 @@ Util = exports || {};
|
|||
Util.isContainStr = function(pStr1, pStr2){
|
||||
var lRet = Util.isString(pStr1);
|
||||
|
||||
|
||||
if ( lRet ){
|
||||
if ( Util.isArray(pStr2) )
|
||||
for(var i = 0, n = pStr2.length; i < n; i++){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue