ef22d30114fa6b663fac6a617fe5e36780f21887
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / button / button_common.js
1 TestHelpers.commonWidgetTests( "button", {
2         defaults: {
3                 disabled: null,
4                 icons: {
5                         primary: null,
6                         secondary: null
7                 },
8                 label: null,
9                 text: true,
10
11                 // callbacks
12                 create: null
13         }
14 });