Button.js 103 B

1234
  1. Ext.define('saas.override.button.Button', {
  2. override: 'Ext.button.Button',
  3. focusable:false,
  4. });