[Firefox addon] Stop bundling src/core/network.js
into the FIREFOX
/MOZCENTRAL
builds (PR 7322 follow-up)
PR 7322 added the `PdfJsNetwork.jsm` file, instead of the general `src/core/network.js` file for the Firefox addon. However, `make.js` wasn't updated to actually stop including the now obsolete network file.
This commit is contained in:
parent
ca74e15a46
commit
f000417ce0
3 changed files with 1 additions and 6 deletions
|
@ -21,7 +21,7 @@ Components.utils.import('resource://gre/modules/Services.jsm');
|
|||
var EXPORTED_SYMBOLS = ['NetworkManager'];
|
||||
|
||||
function log(aMsg) {
|
||||
var msg = 'network.js: ' + (aMsg.join ? aMsg.join('') : aMsg);
|
||||
var msg = 'PdfJsNetwork.jsm: ' + (aMsg.join ? aMsg.join('') : aMsg);
|
||||
Services.console.logStringMessage(msg);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue