react-slider
Advanced tools
Comparing version 0.10.1 to 0.10.2
{ | ||
"name": "react-slider", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "Slider component for React", | ||
@@ -5,0 +5,0 @@ "main": "react-slider.js", |
@@ -812,4 +812,4 @@ (function (root, factory) { | ||
this._forceValueFromPosition(position[0], function (i) { | ||
this._start(i, position[0]); | ||
this._fireChangeEvent('onChange'); | ||
this._start(i, position[0]); | ||
this._addHandlers(this._getMouseEventMap()); | ||
@@ -816,0 +816,0 @@ }.bind(this)); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package