jquery-ui/tests/unit/button/common.js
Scott González bde431bb44 Tests: Rename files
Ref gh-1528
2015-04-09 09:27:00 -04:00

23 lines
266 B
JavaScript

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