mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 15:48:06 +02:00
Enable babel translation to enable ES module support.
This commit is contained in:
parent
02370f952a
commit
25873e92f0
10 changed files with 65 additions and 18 deletions
|
@ -502,7 +502,7 @@ var Stats = (function Stats() {
|
|||
})();
|
||||
|
||||
// Manages all the debugging tools.
|
||||
var PDFBug = (function PDFBugClosure() {
|
||||
window.PDFBug = (function PDFBugClosure() {
|
||||
var panelWidth = 300;
|
||||
var buttons = [];
|
||||
var activePanel = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue