Importer.js 166 B

1234
  1. MWF.xDesktop.requireApp("process.Xform", "Importer", null, false);
  2. MWF.xApplication.cms.Xform.Importer = MWF.CMSImporter = new Class({
  3. Extends: MWF.APPImporter
  4. });