react-bootstrap-toggle
Advanced tools
Comparing version 1.2.12 to 1.2.13
@@ -85,5 +85,3 @@ 'use strict'; | ||
var width = Math.max(getWidth(on), getWidth(off)); | ||
console.log(width); | ||
var height = Math.max(getHeight(on), getHeight(off)); | ||
console.log(this.refs.switcher.offsetHeight); | ||
this.setState({ width: this.props.width || width, height: this.props.height || height }); | ||
@@ -90,0 +88,0 @@ } |
{ | ||
"name": "react-bootstrap-toggle", | ||
"version": "1.2.12", | ||
"version": "1.2.13", | ||
"description": "A React version of the bootstrap-toggle without the JQuery dependency", | ||
@@ -5,0 +5,0 @@ "main": "./lib/react-bootstrap-toggle.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
12697
313