Component.js 157 B

1234
  1. // This is needed until we can refactor all of the locales into individual files
  2. Ext.define("Ext.locale.hu_HU.Component", {
  3. override: "Ext.Component"
  4. });