Comparing version 0.0.10 to 0.0.11
@@ -56,2 +56,4 @@ export class BlowDry extends HTMLElement { | ||
head.dataset.blowDryCnt = currentCnt.toString(); | ||
se.removeAttribute('blow-dry'); | ||
se.removeAttribute('data-blow-dry'); | ||
} | ||
@@ -58,0 +60,0 @@ blowDryTemplElement(templ) { |
@@ -61,6 +61,8 @@ import {BlowDryProps} from './types'; | ||
se.dataset.blowDryScriptRef = id; | ||
(<any>head)[id] = se.src ? [se.src] :se.innerHTML; | ||
(<any>head)[id] = se.src ? [se.src] : se.innerHTML; | ||
se.innerHTML = ''; | ||
currentCnt++; | ||
head.dataset.blowDryCnt = currentCnt.toString(); | ||
se.removeAttribute('blow-dry'); | ||
se.removeAttribute('data-blow-dry'); | ||
} | ||
@@ -67,0 +69,0 @@ |
{ | ||
"name": "blow-dry", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "web-components", |
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
16849
265