b=445993, r=gavin. followup to remove unneeded setTimeout

This commit is contained in:
Mark Finkle 2008-07-21 17:12:47 -04:00
parent 3b50f8427c
commit c410380ecd

View File

@ -142,8 +142,7 @@ var Browser = {
} catch (e) {}
if (whereURI) {
var self = this;
setTimeout(function() { self.content.browser.loadURI(whereURI, null, null, false); }, 10);
this.currentBrowser.loadURI(whereURI, null, null, false);
}
}
},