1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 23:28:06 +02:00

Bug 1054590 - [pdf.js] Update to use gaia-header

This commit is contained in:
Yan Or 2014-08-15 17:57:07 -07:00
parent 90d79d1577
commit d8bc16362c
2 changed files with 11 additions and 7 deletions

View file

@ -2512,8 +2512,8 @@ window.addEventListener('afterprint', function afterPrint(evt) {
// var url = URL.createObjectURL(blob);
// PDFView.open(url);
//
// var cancelButton = document.getElementById('activityClose');
// cancelButton.addEventListener('click', function() {
// var header = document.getElementById('header');
// header.addEventListener('action', function() {
// activity.postResult('close');
// });
//});