svg-use-it
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "svg-use-it", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "SVG use polyfill for IE10", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -70,3 +70,3 @@ // anchor element as parser for URls as stated here: https://gist.github.com/jlong/2428561 | ||
// content might be undefined if ID doesn't exist in external file. | ||
if (!parent && !content) { | ||
if (!parent || !content) { | ||
return; | ||
@@ -73,0 +73,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