@inweb/viewer-visualize 25.5.0 → 25.5.3
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
|
@@ -16760,7 +16760,7 @@
|
|
|
16760
16760
|
* library instance or leave it blank to use the default URL defined by `Client.js`.
|
|
16761
16761
|
*/
|
|
16762
16762
|
configure(params) {
|
|
16763
|
-
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/
|
|
16763
|
+
this._visualizeJsUrl = params.visualizeJsUrl || "https://opencloud.azureedge.net/libs/visualizejs/25.5/Visualize.js";
|
|
16764
16764
|
return this;
|
|
16765
16765
|
}
|
|
16766
16766
|
/**
|