mirror of
https://github.com/fergalmoran/dss-mobile.git
synced 2025-12-22 17:58:59 +00:00
7 lines
139 B
JavaScript
7 lines
139 B
JavaScript
Ext.define("DssMobile.components.MenuButton", {
|
|
extend: "Ext.Button",
|
|
xtype:"menubutton",
|
|
config: {
|
|
menu:null
|
|
}
|
|
}); |