mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
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
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue