dom-helpers
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "dom-helpers", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "tiny modular DOM lib for ie8+ ", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -9,3 +9,3 @@ var canUseDOM = require("./inDOM"); | ||
style(scrollDiv.style, { | ||
style(scrollDiv, { | ||
position: "absolute", | ||
@@ -12,0 +12,0 @@ top: "-9999px", |
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
24097