mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-15 19:30:38 -07:00
Add widgetCallbacks map to shared global object
This commit is contained in:
parent
6a71a19064
commit
ea1b66eb09
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ const yPref = {
|
|||
};
|
||||
|
||||
const SHARED_GLOBAL = {};
|
||||
Object.defineProperty(SHARED_GLOBAL,"widgetCallbacks",{value:new Map()});
|
||||
|
||||
function resolveChromeURL(str){
|
||||
const registry = Cc["@mozilla.org/chrome/chrome-registry;1"].getService(Ci.nsIChromeRegistry);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue