mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed bug
This commit is contained in:
parent
769fb0761d
commit
0c504a6d53
1 changed files with 1 additions and 1 deletions
|
|
@ -617,7 +617,7 @@ var CloudCmd, Util, DOM, CloudFunc;
|
|||
if( Util.isArray(pParams_a) ) {
|
||||
var lParam = pParams_a.pop(),
|
||||
lFunc = function(){
|
||||
this.anyLoadOnLoad(pParams_a, pFunc);
|
||||
Loader.anyLoadOnLoad(pParams_a, pFunc);
|
||||
};
|
||||
|
||||
if( Util.isString(lParam) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue