package.js 249 B

123456
  1. MWF.xApplication.service = MWF.xApplication.service || {};
  2. MWF.xApplication.service.ServiceManager = MWF.xApplication.service.ServiceManager || {};
  3. MWF.xApplication.service.ServiceManager.options = {
  4. "multitask": false,
  5. "executable": true
  6. };