@ouroboros/mouth-mui 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/locales.js
CHANGED
|
@@ -138,7 +138,7 @@ class Locales extends Subscribe {
|
|
|
138
138
|
// Mark us as running
|
|
139
139
|
this.running = true;
|
|
140
140
|
// Fetch the data from the server
|
|
141
|
-
mouth.read('
|
|
141
|
+
mouth.read('locales').then((list) => {
|
|
142
142
|
// If there's data
|
|
143
143
|
if (list) {
|
|
144
144
|
// Trigger all callbacks
|
package/src/locales.ts
CHANGED