bruce-models 2.5.6 → 2.5.7
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
|
@@ -11434,6 +11434,9 @@
|
|
|
11434
11434
|
api
|
|
11435
11435
|
})).plugin;
|
|
11436
11436
|
}
|
|
11437
|
+
if (plugin && !pluginId) {
|
|
11438
|
+
pluginId = plugin.ID;
|
|
11439
|
+
}
|
|
11437
11440
|
const { indexFileUrl } = GetLoadUrl({
|
|
11438
11441
|
api,
|
|
11439
11442
|
pluginId,
|