1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 15:48:06 +02:00

Fix errors reported by the key-spacing ESLint rule

http://eslint.org/docs/rules/key-spacing
This commit is contained in:
Jonas Jenwald 2016-12-10 21:17:11 +01:00
parent 6606540fe4
commit 86ba634c97
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@ function getViewerConfiguration() {
return {
appContainer: document.body,
mainContainer: document.getElementById('viewerContainer'),
viewerContainer: document.getElementById('viewer'),
viewerContainer: document.getElementById('viewer'),
eventBus: null, // using global event bus with DOM events
toolbar: {
container: document.getElementById('toolbarViewer'),