i18n-number
Advanced tools
Comparing version 4.0.0-pre.5 to 4.0.0-pre.6
@@ -59,3 +59,3 @@ /** | ||
*/ | ||
Promise.resolve().then(() => this.lang = this.DEFAULT_LANG); | ||
//this.lang = this.DEFAULT_LANG; // put off to connectedCallback | ||
/** | ||
@@ -145,2 +145,5 @@ * Offset for number | ||
connectedCallback() { | ||
if (!this.lang) { | ||
this.lang = this.DEFAULT_LANG; | ||
} | ||
if (!this.observer) { | ||
@@ -147,0 +150,0 @@ this._setupObservers(); |
@@ -18,3 +18,3 @@ { | ||
"name": "i18n-number", | ||
"version": "4.0.0-pre.5", | ||
"version": "4.0.0-pre.6", | ||
"main": "i18n-number.js", | ||
@@ -21,0 +21,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
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
262954
5422