Update web-ifc.

This commit is contained in:
kovacsv 2021-11-26 16:17:45 +01:00
parent 1b20aa4235
commit b1ddc0e719
2 changed files with 1 additions and 1 deletions

View File

@ -51619,7 +51619,7 @@ var IfcZone = class {
// dist/web-ifc-api.ts
var WebIFCWasm;
if (crossOriginIsolated) {
if (self.crossOriginIsolated) {
WebIFCWasm = require_web_ifc_mt();
} else {
WebIFCWasm = require_web_ifc();

Binary file not shown.