Button.js 107 B

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