Your IP : 18.219.40.177


Current Path : /usr/local/mgr5/skins/orion/src/
Upload File :
Current File : //usr/local/mgr5/skins/orion/src/LoaderFooter.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('loadPage', data);
};