bug 57647, r=sgehani, sr=ben, don't redeclare 'var ix'

This commit is contained in:
pchen%netscape.com 2001-11-29 02:03:05 +00:00
Родитель 1cc006453f
Коммит 2d5c5f1b8a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -336,7 +336,7 @@ var bookmarksDNDObserver = {
// this will result in the creation of multiple copies in the datasource
// but will not result in an update of the UI. (In Short: we don't
// handle multiple bookmarks well)
var ix = RDFC.IndexOf(rSource);
ix = RDFC.IndexOf(rSource);
if (ix != -1)
continue;