Skip to content

Commit

Permalink
Merge pull request #479 from sigmaprojects/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
IonDen authored Jun 7, 2017
2 parents 282604f + 31a81cd commit dc8d444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ Here you can find bunch of advanced JSFIDDLE demos with different, non-standart
| `disable` | `data-disable` | `false` | boolean | Locks slider and makes it inactive |
| `onStart` | `-` | `null` | function | Callback. Is called on slider start. Gets all slider data as a 1st attribute |
| `onChange` | `-` | `null` | function | Callback. IS called on each values change. Gets all slider data as a 1st attribute |
| `onFinish` | `-` | `null` | function | Callback. Is called than user releases handle. Gets all slider data as a 1st attribute |
| `onUpdate` | `-` | `null` | function | Callback. Is called than slider is modified by external methods `update` or `reset` |
| `onFinish` | `-` | `null` | function | Callback. Is called when user releases handle. Gets all slider data as a 1st attribute |
| `onUpdate` | `-` | `null` | function | Callback. Is called when slider is modified by external methods `update` or `reset` |



Expand Down

0 comments on commit dc8d444

Please sign in to comment.