react-bootstrap
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "react-bootstrap", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Bootstrap 3 components build with React", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -32,3 +32,5 @@ "use strict"; | ||
_handleFadeOutEnd: function () { | ||
this._fadeOutEl.parentNode.removeChild(this._fadeOutEl); | ||
if (this._fadeOutEl && this._fadeOutEl.parentNode) { | ||
this._fadeOutEl.parentNode.removeChild(this._fadeOutEl); | ||
} | ||
}, | ||
@@ -35,0 +37,0 @@ |
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
75004
2299