icn3d 3.45.3 → 3.45.4
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
|
@@ -133694,7 +133694,7 @@ class iCn3DUI {
|
|
|
133694
133694
|
//even when multiple iCn3D viewers are shown together.
|
|
133695
133695
|
this.pre = this.cfg.divid + "_";
|
|
133696
133696
|
|
|
133697
|
-
this.REVISION = '3.45.
|
|
133697
|
+
this.REVISION = '3.45.2';
|
|
133698
133698
|
|
|
133699
133699
|
// In nodejs, iCn3D defines "window = {navigator: {}}", and added window = {navigator: {}, "__THREE__":"177"}
|
|
133700
133700
|
this.bNode = (Object.keys(window).length < 3) ? true : false;
|