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.module.js
CHANGED
|
@@ -135701,7 +135701,7 @@ class iCn3DUI {
|
|
|
135701
135701
|
//even when multiple iCn3D viewers are shown together.
|
|
135702
135702
|
this.pre = this.cfg.divid + "_";
|
|
135703
135703
|
|
|
135704
|
-
this.REVISION = '1';
|
|
135704
|
+
this.REVISION = '3.49.1';
|
|
135705
135705
|
|
|
135706
135706
|
// In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
|
|
135707
135707
|
this.bNode = (Object.keys(window).length < 3) ? true : false;
|