jquery-ui/tests/unit/button/common.js
Alexander Schmitz 1f7164660e Button: Style updates
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00

23 lines
275 B
JavaScript

define( [
"lib/common",
"ui/widgets/button"
], function( common ) {
common.testWidget( "button", {
defaults: {
classes: {},
disabled: null,
icons: {
primary: null,
secondary: null
},
label: null,
text: true,
// Callbacks
create: null
}
} );
} );