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

Make the add-on truly restartless.

This commit is contained in:
Brendan Dahl 2012-02-07 16:39:07 -08:00
parent 9a1741f466
commit 1af9a72011
4 changed files with 62 additions and 19 deletions

View file

@ -3,6 +3,8 @@
'use strict';
var EXPORTED_SYMBOLS = ['PdfStreamConverter'];
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;