@tixyel/streamelements 4.2.0 → 4.2.1
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/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5230,7 +5230,7 @@ class Q extends O {
|
|
|
5230
5230
|
loaded = !1;
|
|
5231
5231
|
processor;
|
|
5232
5232
|
constructor(e) {
|
|
5233
|
-
window.client instanceof J && (
|
|
5233
|
+
super(), window.client instanceof J && (this.processor = e.processor, e.duration !== "client" && (this.duration = e.duration), window.client.on("load", () => {
|
|
5234
5234
|
e.duration === "client" && (this.duration = client.fields.widgetDuration ?? 0), this.emit("load"), this.loaded = !0;
|
|
5235
5235
|
}));
|
|
5236
5236
|
}
|