remove errant tab

This commit is contained in:
Gavin Sharp 2009-09-21 06:04:50 -04:00
parent dda0f73943
commit 88b73a8ed7

View File

@ -502,7 +502,7 @@ var Browser = {
// If this is an intial window launch (was a nsICommandLine passed via window params)
// we execute some logic to load the initial launch page
if (window.arguments && window.arguments[0] &&
window.arguments[0] instanceof Ci.nsICommandLine) {
window.arguments[0] instanceof Ci.nsICommandLine) {
try {
var cmdLine = window.arguments[0];