Bug 1128027 - Repair sourceeditor test after protocol.js cleanup change. r=bgrins

This commit is contained in:
J. Ryan Stinnett 2015-02-25 19:23:06 -06:00
parent 9a3d405a9a
commit 6880dc8fe8

View File

@ -138,9 +138,9 @@ function finishUp() {
inspector.destroy();
inspector = null;
completer = null;
gBrowser.removeCurrentTab();
finish();
});
progress = null;
progressDiv = null;
gBrowser.removeCurrentTab();
finish();
}