fix copy&paste typo fail r=mfinkle

This commit is contained in:
Stuart Parmenter 2009-08-13 12:34:03 -07:00
parent f874f117ef
commit e3ffc6a75f

View File

@ -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;