Bug 753807 - Land in comm-central Instantbird's changes to chat/ - Bio 1389 - Warning: reference to undefined property this._lastScrollHeight - fix bustage caused by 2eeb8a68d5a3, r=fqueze.

This commit is contained in:
aleth 2012-04-25 23:33:25 +02:00
Родитель f376df856b
Коммит f37fd481b1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -563,7 +563,7 @@
return;
}
if (!(_lastScrollHeight in this) ||
if (!("_lastScrollHeight" in this) ||
this._lastScrollHeight != this.scrollHeight ||
this._lastScrollWidth != this.scrollWidth) {
// if the scrollheight changed, we are resizing the content area,