Backed out changeset 05865f2b8171 (bug 806690) because it was not effective

DONTBUILD
This commit is contained in:
Ehsan Akhgari 2012-12-02 20:42:15 -05:00
parent ddd5e6cd77
commit 211af780b4

View File

@ -56,7 +56,6 @@ function test() {
let win = OpenBrowserWindow(options);
win.addEventListener("load", function onLoad() {
win.removeEventListener("load", onLoad, false);
win.gBrowser.stop(); // Cancel the current home page load
windowsToClose.push(win);
callback(win);
}, false);