Merge pull request #8466 from Snuffleupagus/app-DefaultExternalServices-createL10n
Add a stub `createL10n` to `DefaultExternalServices` in app.js
This commit is contained in:
commit
bb7e85c5ea
@ -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