Skip to content

Commit

Permalink
Fix wrong event name
Browse files Browse the repository at this point in the history
  • Loading branch information
William Bout committed Apr 27, 2016
1 parent d646f2c commit 21fedf4
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 21fedf4

Please sign in to comment.