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.es5.js
CHANGED
|
@@ -11688,7 +11688,7 @@ var Plugin;
|
|
|
11688
11688
|
const containerId = "${container ? container.id : ""}";
|
|
11689
11689
|
let container;
|
|
11690
11690
|
if (containerId) {
|
|
11691
|
-
container = document.getElementById("${container.id}");
|
|
11691
|
+
container = document.getElementById("${container === null || container === void 0 ? void 0 : container.id}");
|
|
11692
11692
|
}
|
|
11693
11693
|
{TEMPLATE_CODE}
|
|
11694
11694
|
const params = window["${paramsId}"];
|