bug 141158 r=timeless sr=alecf

JS Strict warnings in utilityOverlay.js
This commit is contained in:
cbiesinger%web.de 2006-07-29 05:40:40 +00:00
Родитель cee6d46689
Коммит 13176e863e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)