Add a stub createL10n
to DefaultExternalServices
in app.js
It appears that this was simply forgotten in PR 8394.
This commit is contained in:
parent
45933545f1
commit
1d4e96b0b5
@ -75,13 +75,16 @@ var DefaultExternalServices = {
|
|||||||
createPreferences() {
|
createPreferences() {
|
||||||
throw new Error('Not implemented: createPreferences');
|
throw new Error('Not implemented: createPreferences');
|
||||||
},
|
},
|
||||||
|
createL10n() {
|
||||||
|
throw new Error('Not implemented: createL10n');
|
||||||
|
},
|
||||||
supportsIntegratedFind: false,
|
supportsIntegratedFind: false,
|
||||||
supportsDocumentFonts: true,
|
supportsDocumentFonts: true,
|
||||||
supportsDocumentColors: true,
|
supportsDocumentColors: true,
|
||||||
supportedMouseWheelZoomModifierKeys: {
|
supportedMouseWheelZoomModifierKeys: {
|
||||||
ctrlKey: true,
|
ctrlKey: true,
|
||||||
metaKey: true,
|
metaKey: true,
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
var PDFViewerApplication = {
|
var PDFViewerApplication = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user