@inweb/viewer-visualize 25.4.7 → 25.4.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.
package/dist/viewer-visualize.js
CHANGED
|
@@ -16724,7 +16724,7 @@
|
|
|
16724
16724
|
* library instance or leave it blank to use the default URL defined by `Client.js`.
|
|
16725
16725
|
*/
|
|
16726
16726
|
configure(params) {
|
|
16727
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
16727
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.4/Visualize.js";
|
|
16728
16728
|
return this;
|
|
16729
16729
|
}
|
|
16730
16730
|
/**
|