Removing extra space in a declaration for the last bug (nsSidebar.js). Previously had r=me/sr=shaver

This commit is contained in:
stephend%netscape.com 2001-10-09 03:27:53 +00:00
parent c48d3cba9b
commit 7e21517b1e

View File

@ -125,7 +125,7 @@ function (aTitle, aContentURL, aCustomizeURL)
var panel_resource =
this.rdf.GetResource("urn:sidebar:3rdparty-panel:" + aContentURL);
var panel_index = container.IndexOf(panel_resource);
var stringBundle, brandStringBundle, titleMessage, dialogMessage, promptService ;
var stringBundle, brandStringBundle, titleMessage, dialogMessage, promptService;
if (panel_index != -1)
{
try {