mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
chore(util) loadOnLoad
This commit is contained in:
parent
1ca64c4785
commit
20bf39be8d
1 changed files with 2 additions and 2 deletions
|
|
@ -493,8 +493,8 @@
|
|||
|
||||
/**
|
||||
* load functions thrue callbacks one-by-one
|
||||
* @param pFunc_a {Array} - array of functions
|
||||
* @param pData - not necessarily
|
||||
* @param funcs {Array} - array of functions
|
||||
* @param data - not necessarily
|
||||
*/
|
||||
this.loadOnLoad = function(funcs, data) {
|
||||
if (Util.isArray(funcs) && funcs.length) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue