Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 6c4d1e6

Browse files
author
Mobius1
committed
Update README
1 parent d648af4 commit 6c4d1e6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ const rangeable = new Rangeable(input, {
5454
step: 1,
5555
value: 50,
5656
vertical: false,
57-
handle: undefined,
58-
handles: undefined,
57+
controls: undefined,
5958
onInit: function() {
6059
// do something when the instance has loaded
6160
},
@@ -67,16 +66,6 @@ const rangeable = new Rangeable(input, {
6766
},
6867
onEnd: function() {
6968
// do something on mouseup/touchend
70-
},
71-
classes: {
72-
input: "rangeable-input",
73-
container: "rangeable-container",
74-
vertical: "rangeable-vertical",
75-
progress: "rangeable-progress",
76-
handle: "rangeable-handle",
77-
tooltip: "rangeable-tooltip",
78-
track: "rangeable-track",
79-
multiple: "rangeable-multiple",
8069
}
8170
});
8271
```

0 commit comments

Comments
 (0)