js warning in bookmarksOverlay.js
This commit is contained in:
cbiesinger%web.de 2002-04-29 19:59:45 +00:00
Родитель 2ad6a92bbe
Коммит 013d816234
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -854,7 +854,7 @@ var BookmarksUtils = {
RDFC.Init(BMDS, aParentFolder);
}
catch (e) {
return;
return null;
}
var ix = kRDFC.IndexOf(aRelativeItem);