Mispelled isEvalSupported property at FontFaceObject() creation.
This commit is contained in:
parent
509d3728f1
commit
11b1daa72d
@ -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…
Reference in New Issue
Block a user