Testing impact on Ts Shutdown

This commit is contained in:
Dão Gottwald 2009-10-02 01:51:49 +02:00
parent d5ed615fdd
commit d21bfbc361

View File

@ -639,9 +639,9 @@
_startStalledTimer: function () {
this._cancelStalledTimer();
this._stalledTimer = setTimeout(function (self) {
self.mTab.setAttribute("stalled", "true");
}, 700, this);
// this._stalledTimer = setTimeout(function (self) {
// self.mTab.setAttribute("stalled", "true");
// }, 700, this);
},
_cancelStalledTimer: function () {