Mispelled isEvalSupported property at FontFaceObject() creation.

This commit is contained in:
Diego Casorran 2017-10-07 20:05:21 +02:00 committed by GitHub
parent 509d3728f1
commit 11b1daa72d

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,
});