Fixing a stupid and obvious mistake I made with the last check-in for bug 341047

This commit is contained in:
martijn.martijn%gmail.com 2006-08-21 22:24:58 +00:00
Родитель a2ea656205
Коммит f3c454f060
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -173,6 +173,7 @@
if (childNodes && childNodes.length) {
if (childNodes.length > 0)
this.ensureElementIsVisible(childNodes[0]);
}
}
catch(e) {
this._scrollButtonUp.collapsed = false;