Add JS files
This commit is contained in:
23
include/jQuery/jquery-ui/tests/unit/slider/slider_common.js
vendored
Executable file
23
include/jQuery/jquery-ui/tests/unit/slider/slider_common.js
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
TestHelpers.commonWidgetTests( "slider", {
|
||||
defaults: {
|
||||
animate: false,
|
||||
cancel: "input,textarea,button,select,option",
|
||||
delay: 0,
|
||||
disabled: false,
|
||||
distance: 0,
|
||||
max: 100,
|
||||
min: 0,
|
||||
orientation: "horizontal",
|
||||
range: false,
|
||||
step: 1,
|
||||
value: 0,
|
||||
values: null,
|
||||
|
||||
// callbacks
|
||||
create: null,
|
||||
change: null,
|
||||
slide: null,
|
||||
start: null,
|
||||
stop: null
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user