and a note on manual changes in dataTables.bootstrap.css
[myslice.git] / third-party / jquery-ui-1.10.2 / tests / unit / slider / slider_common.js
1 TestHelpers.commonWidgetTests( "slider", {
2         defaults: {
3                 animate: false,
4                 cancel: "input,textarea,button,select,option",
5                 delay: 0,
6                 disabled: false,
7                 distance: 0,
8                 max: 100,
9                 min: 0,
10                 orientation: "horizontal",
11                 range: false,
12                 step: 1,
13                 value: 0,
14                 values: null,
15
16                 // callbacks
17                 create: null,
18                 change: null,
19                 slide: null,
20                 start: null,
21                 stop: null
22         }
23 });