mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
[Firefox] Stop importing default_preferences.js as a module and include it instead
This commit is contained in:
parent
dbbe702be5
commit
f6cfab0061
4 changed files with 12 additions and 11 deletions
2
extensions/firefox/bootstrap.js
vendored
2
extensions/firefox/bootstrap.js
vendored
|
@ -58,7 +58,7 @@ function log(str) {
|
|||
}
|
||||
|
||||
function initializeDefaultPreferences() {
|
||||
Cu.import('resource://' + RESOURCE_NAME + '/default_preferences.js');
|
||||
//#include ../../web/default_preferences.js
|
||||
|
||||
var defaultBranch = Services.prefs.getDefaultBranch(EXT_PREFIX + '.');
|
||||
var defaultValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue