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() {
|
||||
throw new Error('Not implemented: createPreferences');
|
||||
},
|
||||
createL10n() {
|
||||
throw new Error('Not implemented: createL10n');
|
||||
},
|
||||
supportsIntegratedFind: false,
|
||||
supportsDocumentFonts: true,
|
||||
supportsDocumentColors: true,
|
||||
supportedMouseWheelZoomModifierKeys: {
|
||||
ctrlKey: true,
|
||||
metaKey: true,
|
||||
}
|
||||
},
|
||||
};
|
||||
|
||||
var PDFViewerApplication = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user