react-scroll
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -32,3 +32,3 @@ var eventThrottler = function(eventHandler) { | ||
isMounted(scrollSpyContainer) { | ||
isMounted: function (scrollSpyContainer) { | ||
return this.scrollSpyContainers.indexOf(scrollSpyContainer) !== -1; | ||
@@ -35,0 +35,0 @@ }, |
{ | ||
"name": "react-scroll", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A scroll component for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
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
38813