Merge pull request #9008 from diegocr/patch-1

Mispelled isEvalSupported property at FontFaceObject() creation.
This commit is contained in:
Jonas Jenwald 2017-10-07 23:12:54 +02:00 committed by GitHub
commit ab4d5be192

View File

@ -1818,7 +1818,7 @@ var WorkerTransport = (function WorkerTransportClosure() {
};
}
var font = new FontFaceObject(exportedData, {
isEvalSuported: getDefaultSetting('isEvalSupported'),
isEvalSupported: getDefaultSetting('isEvalSupported'),
disableFontFace: getDefaultSetting('disableFontFace'),
fontRegistry,
});