imported the whole jquery-ui package, refreshed with 1.10.2
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / spinner / spinner_common.js
1 TestHelpers.commonWidgetTests( "spinner", {
2         defaults: {
3                 culture: null,
4                 disabled: false,
5                 icons: {
6                         down: "ui-icon-triangle-1-s",
7                         up: "ui-icon-triangle-1-n"
8                 },
9                 incremental: true,
10                 max: null,
11                 min: null,
12                 numberFormat: null,
13                 page: 10,
14                 step: 1,
15
16                 // callbacks
17                 change: null,
18                 create: null,
19                 spin: null,
20                 start: null,
21                 stop: null
22         }
23 });