зеркало из https://github.com/mozilla/gecko-dev.git
Fix js strict warning about function not always returning a value...
This commit is contained in:
Родитель
e606215eb0
Коммит
a3e409704c
|
@ -285,6 +285,7 @@ function ConfirmWithTitle(title, message, okButtonText, cancelButtonText)
|
|||
okButtonText, cancelButtonText, null, null, {value:0}, result);
|
||||
return (result.value == 0);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
function GetString(name)
|
||||
|
|
|
@ -223,6 +223,7 @@ var historyDNDObserver = {
|
|||
aXferData.data.addDataForFlavour("text/unicode", url);
|
||||
aXferData.data.addDataForFlavour("text/html", htmlString);
|
||||
aXferData.data.addDataForFlavour("text/x-moz-url", url + "\n" + title);
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче