mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
refactor(util) loadOnLoad callback: rm pData
This commit is contained in:
parent
6ddf62d2be
commit
39d45c5894
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@
|
|||
if (Util.isArray(funcs)) {
|
||||
func = funcs.shift();
|
||||
|
||||
callback = function(pData) {
|
||||
callback = function() {
|
||||
return Util.loadOnLoad(funcs);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue