Bug 397281 - Undeclared unused variable in loadOneOrMoreURIs, r=mano, a=mconnor

git-svn-id: svn://10.0.0.236/trunk@236567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com 2007-09-24 20:53:57 +00:00
parent da7c48f66b
commit 58bbe7eb4f

View File

@ -1551,7 +1551,7 @@ function loadOneOrMoreURIs(aURIString)
// we're not a browser window, pass the URI string to a new browser window
if (window.location.href != getBrowserURL())
{
newWindow = openDialog(getBrowserURL(), "_blank", "all,dialog=no", aURIString);
window.openDialog(getBrowserURL(), "_blank", "all,dialog=no", aURIString);
return;
}
#endif