@inweb/viewer-visualize 25.7.10 → 25.7.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
|
@@ -16753,7 +16753,7 @@
|
|
|
16753
16753
|
* library instance or leave it blank to use the default URL defined by `Client.js`.
|
|
16754
16754
|
*/
|
|
16755
16755
|
configure(params) {
|
|
16756
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
16756
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.7/Visualize.js";
|
|
16757
16757
|
return this;
|
|
16758
16758
|
}
|
|
16759
16759
|
/**
|