Currency.js 166 B

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