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

Moves bundle target/task to gulpfile.js

This commit is contained in:
Yury Delendik 2016-04-22 17:20:47 -05:00
parent 55581b162e
commit 5568a19ee3
4 changed files with 332 additions and 218 deletions

View file

@ -2146,7 +2146,7 @@ window.addEventListener('afterprint', function afterPrint(evt) {
exports.PDFViewerApplication = PDFViewerApplication;
exports.DefaultExernalServices = DefaultExernalServices;
// TODO remove circular reference of pdfjs-web/secondary_toolbar on app.
//// TODO remove circular reference of pdfjs-web/secondary_toolbar on app.
secondaryToolbarLib._setApp(exports);
}));