Skip to content

Commit

Permalink
Merge pull request #33 from williambout/master
Browse files Browse the repository at this point in the history
Fix wrong event name
  • Loading branch information
jeanregisser committed Apr 27, 2016
2 parents d646f2c + 21fedf4 commit 6c0ff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ var Slider = React.createClass({
}

this._setCurrentValue(this._getValue(gestureState));
this._fireChangeEvent('onValueChange');
this._fireChangeEvent('onSlidingComplete');
},

_measureContainer(x: Object) {
Expand Down

0 comments on commit 6c0ff7b

Please sign in to comment.