mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Mispelled isEvalSupported property at FontFaceObject() creation.
This commit is contained in:
parent
509d3728f1
commit
11b1daa72d
1 changed files with 1 additions and 1 deletions
|
@ -1818,7 +1818,7 @@ var WorkerTransport = (function WorkerTransportClosure() {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
var font = new FontFaceObject(exportedData, {
|
var font = new FontFaceObject(exportedData, {
|
||||||
isEvalSuported: getDefaultSetting('isEvalSupported'),
|
isEvalSupported: getDefaultSetting('isEvalSupported'),
|
||||||
disableFontFace: getDefaultSetting('disableFontFace'),
|
disableFontFace: getDefaultSetting('disableFontFace'),
|
||||||
fontRegistry,
|
fontRegistry,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue