jquery-ui/tests/unit/button/button_defaults.js

15 lines
182 B
JavaScript
Raw Normal View History

commonWidgetTests( "button", {
defaults: {
disabled: null,
icons: {
primary: null,
secondary: null
},
label: null,
text: true,
2010-01-20 14:00:14 +00:00
// callbacks
create: null
2010-01-20 14:00:14 +00:00
}
});