Bug 626683 - tabitems.js:905 - TypeError: this._reconnect is not a function r=ian a=dtownsend

This commit is contained in:
Tim Taubert 2011-01-20 14:09:52 -08:00
parent b6dc70790e
commit 94383f980d

View File

@ -901,8 +901,6 @@ let TabItems = {
);
if (shouldDefer) {
if (!this.reconnectingPaused() && !tab._tabViewTabItem._reconnected)
this._reconnect(tab._tabViewTabItem);
if (this._tabsWaitingForUpdate.indexOf(tab) == -1)
this._tabsWaitingForUpdate.push(tab);
this.startHeartbeat();