Backed out changeset 47fdbb8493d0 (bug 1268706) for browser_pdfjs_navigation.js failures.
This commit is contained in:
@@ -531,7 +531,7 @@ var PDFBug = (function PDFBugClosure() {
|
||||
});
|
||||
}
|
||||
},
|
||||
init: function init(pdfjsLib, container) {
|
||||
init: function init(pdfjsLib) {
|
||||
/*
|
||||
* Basic Layout:
|
||||
* PDFBug
|
||||
@@ -552,6 +552,7 @@ var PDFBug = (function PDFBugClosure() {
|
||||
panels.setAttribute('class', 'panels');
|
||||
ui.appendChild(panels);
|
||||
|
||||
var container = document.getElementById('viewerContainer');
|
||||
container.appendChild(ui);
|
||||
container.style.right = panelWidth + 'px';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user