icn3d 3.49.1 → 3.49.2
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/icn3d.js +1 -1
- package/icn3d.min.js +1 -1
- package/icn3d.module.js +1 -1
- package/package.json +1 -1
package/icn3d.js
CHANGED
|
@@ -134800,7 +134800,7 @@ class iCn3DUI {
|
|
|
134800
134800
|
//even when multiple iCn3D viewers are shown together.
|
|
134801
134801
|
this.pre = this.cfg.divid + "_";
|
|
134802
134802
|
|
|
134803
|
-
this.REVISION = '1';
|
|
134803
|
+
this.REVISION = '3.49.1';
|
|
134804
134804
|
|
|
134805
134805
|
// In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
|
|
134806
134806
|
this.bNode = (Object.keys(window).length < 3) ? true : false;
|