Current Path : /usr/local/mgr5/skins/orion/src/ |
Current File : //usr/local/mgr5/skins/orion/src/LoaderStoreFooter.js |
], len = modules.length, i, data = 'data'; for (i = 0; i < len; i++) { if (typeof modules[i] === 'function') { modules[i](); } else { console.log('undefined init function of module number: ', i); } } EventMgr.trigger('storeLoad', data); };