Bug 305158 Checkin for bug 304739 broke contentAreaClick()

p=me r=cbiesinger sr=neil.parkwaycc.co.uk
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-08-19 10:18:27 +00:00
Родитель 68c6a94881
Коммит 327a838e49
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -161,7 +161,7 @@
}
}
return linkNode ? {href: href, linkNode: linkNode} : null;
return href ? {href: href, linkNode: linkNode} : null;
}
// Called whenever the user clicks in the content area,