Bug 753807 - Land in comm-central Instantbird's changes to chat/ - Bio 1415 - Unread ruler should also appear after last context message, r=fqueze.

This commit is contained in:
aleth 2012-05-05 00:54:33 +02:00
Родитель e9df5f4e1d
Коммит 364f9314d2
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -548,6 +548,7 @@
continue;
sections.push([y, y - Math.round(this.clientHeight / 2)]);
}
sections.sort(function(a, b) a[0] - b[0]);
return sections;
]]>
</body>