Skip to content

Commit dc8d444

Browse files
authored
Merge pull request #479 from sigmaprojects/patch-1
Update readme.md
2 parents 282604f + 31a81cd commit dc8d444

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ Here you can find bunch of advanced JSFIDDLE demos with different, non-standart
170170
| `disable` | `data-disable` | `false` | boolean | Locks slider and makes it inactive |
171171
| `onStart` | `-` | `null` | function | Callback. Is called on slider start. Gets all slider data as a 1st attribute |
172172
| `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` |
175175

176176

177177

0 commit comments

Comments
 (0)