mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix copy&paste typo fail r=mfinkle
This commit is contained in:
parent
f874f117ef
commit
e3ffc6a75f
@ -2274,7 +2274,7 @@ Tab.prototype = {
|
||||
|
||||
if (this._loading) {
|
||||
// kick ourselves off 2s later while we're still loading
|
||||
this._browserView.beginBatchOperation();
|
||||
bv.beginBatchOperation();
|
||||
this._loadingTimeout = setTimeout(Util.bind(this._resizeAndPaint, this), 2000);
|
||||
} else {
|
||||
delete this._loadingTimeout;
|
||||
|
Loading…
Reference in New Issue
Block a user