Component.js 155 B

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