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

git-svn-id: svn://10.0.0.236/trunk@236611 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stephend%netscape.com 2007-09-25 00:38:01 +00:00
parent 484996f137
commit e8d7e55d9b

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 {