зеркало из https://github.com/mozilla/pjs.git
bug 141158 r=timeless sr=alecf
JS Strict warnings in utilityOverlay.js
This commit is contained in:
Родитель
cee6d46689
Коммит
13176e863e
|
@ -235,7 +235,7 @@ function openTopWin( url )
|
|||
use this function with chrome controls */
|
||||
/* also, do we want to
|
||||
limit the number of help windows that can be spawned? */
|
||||
if ((url == null) || (url == "")) return;
|
||||
if ((url == null) || (url == "")) return null;
|
||||
|
||||
// xlate the URL if necessary
|
||||
if (url.indexOf("urn:") == 0)
|
||||
|
|
Загрузка…
Ссылка в новой задаче