Fix 57652: JS strict warnings in customize.js. patch by gemal@gemal.dk (Henrik Gemal). r=blake sr=alecf

This commit is contained in:
blakeross%telocity.com 2000-12-21 01:19:31 +00:00
parent a5246e340b
commit 7018406783

View File

@ -543,7 +543,7 @@ function Save()
var have_panel_attributes = new Array();
current_panels = container.GetElements();
while (current_panels.hasMoreElements()) {
panel = current_panels.getNext();
var panel = current_panels.getNext();
id = panel.QueryInterface(Components.interfaces.nsIRDFResource).Value;
if (has_element(panels, id)) {
// This panel will remain in the sidebar.