react-range-slider
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -329,3 +329,3 @@ var React = require('react/addons'); | ||
// Move header | ||
// if(this.props.disabledHeader) return; | ||
if(this.props.disabledHeader) return; | ||
var v = l > 0 ? finder(Math.min, this.state.value, 'value') : this.state.max; | ||
@@ -349,2 +349,3 @@ this.setState({ | ||
// Move tailer | ||
if(this.props.disabledTailer) return; | ||
var v = l > 0 ? finder(Math.max, this.state.value, 'value') : this.state.min; | ||
@@ -351,0 +352,0 @@ this.setState({ |
{ | ||
"name": "react-range-slider", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A flexible slider for reactjs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
23166
635