i18n-number
Advanced tools
Comparing version 4.0.0-pre.3 to 4.0.0-pre.4
@@ -54,4 +54,2 @@ /** | ||
super(); | ||
this.attachShadow({ mode: 'open' }); | ||
/** | ||
@@ -94,4 +92,2 @@ * Default locale constant 'en' | ||
//this.formatted = undefined; | ||
this._setupObservers(); | ||
this.raw = this.textNode.data; | ||
} | ||
@@ -154,2 +150,5 @@ | ||
connectedCallback() { | ||
if (!this.observer) { | ||
this._setupObservers(); | ||
} | ||
this.raw = this.textNode.data; | ||
@@ -378,2 +377,5 @@ this.invalidate(); | ||
this.needsRender = false; | ||
if (!this.shadowRoot) { | ||
this.attachShadow({ mode: 'open' }); | ||
} | ||
render(this.__render(), this.shadowRoot); | ||
@@ -380,0 +382,0 @@ //console.log(`rendered "${this.formatted}"`); |
@@ -18,3 +18,3 @@ { | ||
"name": "i18n-number", | ||
"version": "4.0.0-pre.3", | ||
"version": "4.0.0-pre.4", | ||
"main": "i18n-number.js", | ||
@@ -21,0 +21,0 @@ "directories": { |
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
262998
5422