Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
K0R0L committed Sep 1, 2023
1 parent a133ddb commit 9fa3ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/libfont/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ function onLoadFontsModule(window, undefined)
function ZLib()
{
/** @suppress {checkVars} */
this.engine = new AscCommon["CZLibEngineJS"]();
this.engine = window["NATIVE_EDITOR_ENJINE"] ? CreateNativeZip() : new AscCommon["CZLibEngineJS"]();
this.files = [];
}
/**
Expand Down

0 comments on commit 9fa3ed7

Please sign in to comment.