File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ Here you can find bunch of advanced JSFIDDLE demos with different, non-standart
170
170
| ` disable ` | ` data-disable ` | ` false ` | boolean | Locks slider and makes it inactive |
171
171
| ` onStart ` | ` - ` | ` null ` | function | Callback. Is called on slider start. Gets all slider data as a 1st attribute |
172
172
| ` onChange ` | ` - ` | ` null ` | function | Callback. IS called on each values change. Gets all slider data as a 1st attribute |
173
- | ` onFinish ` | ` - ` | ` null ` | function | Callback. Is called than user releases handle. Gets all slider data as a 1st attribute |
174
- | ` onUpdate ` | ` - ` | ` null ` | function | Callback. Is called than slider is modified by external methods ` update ` or ` reset ` |
173
+ | ` onFinish ` | ` - ` | ` null ` | function | Callback. Is called when user releases handle. Gets all slider data as a 1st attribute |
174
+ | ` onUpdate ` | ` - ` | ` null ` | function | Callback. Is called when slider is modified by external methods ` update ` or ` reset ` |
175
175
176
176
177
177
You can’t perform that action at this time.
0 commit comments