react-scroll
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -100,3 +100,2 @@ var assign = require('object-assign'); | ||
if (__start === null) { | ||
@@ -130,4 +129,4 @@ __start = timestamp; | ||
var setContainer = function (options) { | ||
var containerId = options.containerId; | ||
__containerElement = containerId ? document.getElementById(containerId) : null; | ||
if(!options || !options.containerId) { return; } | ||
__containerElement = document.getElementById(options.containerId); | ||
}; | ||
@@ -134,0 +133,0 @@ |
{ | ||
"name": "react-scroll", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "A scroll component for React.js", | ||
@@ -5,0 +5,0 @@ "main": "lib", |
@@ -302,4 +302,5 @@ ## React Scroll | ||
> v1.0.23 | ||
> v1.0.24 | ||
- you can now pass any native property to Link/Element | ||
- patched minor bugs from v1.0.21 > v1.0.24 | ||
@@ -306,0 +307,0 @@ > v1.0.21 |
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
37650
325