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:
parent
9a1741f466
commit
1af9a72011
4 changed files with 62 additions and 19 deletions
|
@ -3,6 +3,8 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var EXPORTED_SYMBOLS = ['PdfStreamConverter'];
|
||||
|
||||
const Cc = Components.classes;
|
||||
const Ci = Components.interfaces;
|
||||
const Cr = Components.results;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue