chore(util) loadOnLoad

This commit is contained in:
coderaiser 2014-01-29 05:53:57 -05:00
parent 1ca64c4785
commit 20bf39be8d

View file

@ -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) {