decreased unread timeout from 1s to .5s

This commit is contained in:
Bernhard Posselt 2012-09-17 16:52:39 +02:00 коммит произвёл Robin Appelman
Родитель 816609c379
Коммит ed3bfd1459
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -39,7 +39,7 @@ var News = News || {};
// mark items whose title was hid under the top edge as read
this._scrollTimeoutMiliSecs = 100;
this._markReadTimeoutMiliSecs = 1000;
this._markReadTimeoutMiliSecs = 500;
this._isScrolling = false;
this._$articleList.scroll(function(){
// prevent too many scroll requests;