Skip to content

Commit

Permalink
Fix builder.framework bug
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Sep 4, 2023
1 parent bd5b8eb commit 4f4a309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion common/libfont/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,9 @@ function onLoadFontsModule(window, undefined)

AscCommon.ZLib = ZLib;
AscCommon.ZLib.prototype.isModuleInit = true;
window.AscCommon.CZLibEngineJS.prototype.isModuleInit = true;

if (AscCommon["CZLibEngineJS"])
AscCommon["CZLibEngineJS"].prototype.isModuleInit = true;

window.nativeZlibEngine = new ZLib();
}

0 comments on commit 4f4a309

Please sign in to comment.