зеркало из https://github.com/mozilla/pjs.git
Double zoomToPage timeout in order to avoid triggering bonus reflows r=stuart
This commit is contained in:
Родитель
5ae3dbbe74
Коммит
b6c88381dd
|
@ -110,7 +110,7 @@ CanvasBrowser.prototype = {
|
||||||
ctx.fillStyle = "rgb(0,0,0)";
|
ctx.fillStyle = "rgb(0,0,0)";
|
||||||
ctx.fillText("Loading...", 20, 20);
|
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() {
|
endLoading: function() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче