Component.js 158 B

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