bruce-models 2.5.5 → 2.5.6
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/bruce-models.umd.js
CHANGED
|
@@ -11454,7 +11454,7 @@
|
|
|
11454
11454
|
const containerId = "${container ? container.id : ""}";
|
|
11455
11455
|
let container;
|
|
11456
11456
|
if (containerId) {
|
|
11457
|
-
container = document.getElementById("${container.id}");
|
|
11457
|
+
container = document.getElementById("${container === null || container === void 0 ? void 0 : container.id}");
|
|
11458
11458
|
}
|
|
11459
11459
|
{TEMPLATE_CODE}
|
|
11460
11460
|
const params = window["${paramsId}"];
|