1
0
Fork 0
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:
Yury Delendik 2017-03-06 08:42:48 -06:00
parent 02370f952a
commit 25873e92f0
10 changed files with 65 additions and 18 deletions

View file

@ -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;