Double zoomToPage timeout in order to avoid triggering bonus reflows r=stuart

This commit is contained in:
Taras Glek 2008-12-12 12:04:12 -08:00
Родитель 5ae3dbbe74
Коммит b6c88381dd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -110,7 +110,7 @@ CanvasBrowser.prototype = {
ctx.fillStyle = "rgb(0,0,0)";
ctx.fillText("Loading...", 20, 20);
this._resizeInterval = setInterval(function(self) { self.zoomToPage(); }, 1000, this);
this._resizeInterval = setInterval(function(self) { self.zoomToPage(); }, 2000, this);
},
endLoading: function() {