Removes circular dependency of secondary toolbar on app.js.
This commit is contained in:
parent
61a4c740d2
commit
eb3d1ca003
5 changed files with 150 additions and 106 deletions
|
@ -57,6 +57,7 @@ function getViewerConfiguration() {
|
|||
viewerContainer: document.getElementById('viewer'),
|
||||
eventBus: null, // using global event bus with DOM events
|
||||
toolbar: {
|
||||
container: document.getElementById('toolbarViewer'),
|
||||
numPages: document.getElementById('numPages'),
|
||||
pageNumber: document.getElementById('pageNumber'),
|
||||
scaleSelectContainer: document.getElementById('scaleSelectContainer'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue