mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Fix extensions.
This commit is contained in:
parent
69fff12eea
commit
e9c8f5f861
@ -4349,3 +4349,11 @@ var contentAreaDNDObserver = {
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
// For extensions
|
||||
function getBrowser()
|
||||
{
|
||||
if (!gBrowser)
|
||||
gBrowser = document.getElementById("content");
|
||||
return gBrowser;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user