buzzcasting-storage 1.0.9 → 1.0.11
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.
|
@@ -3115,11 +3115,11 @@ class cs {
|
|
|
3115
3115
|
k(this, "options");
|
|
3116
3116
|
k(this, "setCloud", async (e, n) => {
|
|
3117
3117
|
const r = B(e);
|
|
3118
|
-
window.BuzzCasting.WidgetData[r] = n;
|
|
3118
|
+
window.BuzzCasting.WidgetData[r] = n, await new Promise((s, i) => s());
|
|
3119
3119
|
});
|
|
3120
3120
|
k(this, "getCloud", async (e) => {
|
|
3121
|
-
const n = B(e);
|
|
3122
|
-
return await
|
|
3121
|
+
const n = B(e), r = window.BuzzCasting.WidgetData[n];
|
|
3122
|
+
return await new Promise((s, i) => s(r));
|
|
3123
3123
|
});
|
|
3124
3124
|
k(this, "setSeries", async (e, n) => {
|
|
3125
3125
|
const r = B(e);
|