зеркало из https://github.com/mozilla/gecko-dev.git
move the deprecated section to the end of this file per mconnor.
This commit is contained in:
Родитель
cc2733bc31
Коммит
2a471c8556
|
@ -4963,10 +4963,6 @@ var contentAreaDNDObserver = {
|
|||
|
||||
};
|
||||
|
||||
/* DEPRECATED */
|
||||
function getBrowser() gBrowser;
|
||||
function getNavToolbox() gNavToolbox;
|
||||
|
||||
function MultiplexHandler(event)
|
||||
{ try {
|
||||
var node = event.target;
|
||||
|
@ -6749,3 +6745,7 @@ let DownloadMonitorPanel = {
|
|||
|
||||
QueryInterface: XPCOMUtils.generateQI([Ci.nsIDownloadProgressListener]),
|
||||
};
|
||||
|
||||
/* DEPRECATED */
|
||||
function getBrowser() gBrowser;
|
||||
function getNavToolbox() gNavToolbox;
|
||||
|
|
Загрузка…
Ссылка в новой задаче