bv-ui-core
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -31,2 +31,7 @@ /** | ||
iframe.style.display = 'none'; | ||
iframe.height = '0'; | ||
iframe.width = '0'; | ||
iframe.tabIndex = '-1'; | ||
iframe.title = 'empty'; | ||
iframe.className = 'hidden'; | ||
document.body.appendChild(iframe); | ||
@@ -33,0 +38,0 @@ } |
{ | ||
"name": "bv-ui-core", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "Apache 2.0", | ||
@@ -5,0 +5,0 @@ "description": "Bazaarvoice UI-related JavaScript", |
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
216932
5130