mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Removing extra space in a declaration for the last bug (nsSidebar.js). Previously had r=me/sr=shaver
This commit is contained in:
parent
c48d3cba9b
commit
7e21517b1e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user