From c87c6b16c15482d855c9c19c1f5aca54ff2b160d Mon Sep 17 00:00:00 2001 From: "disttsc%bart.nl" Date: Wed, 17 May 2006 02:27:40 +0000 Subject: [PATCH] Fix warning, bug=60656, r=timeless, a=ben git-svn-id: svn://10.0.0.236/trunk@197078 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/pref/nsPrefWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/common/pref/nsPrefWindow.js b/mozilla/suite/common/pref/nsPrefWindow.js index 8368c58bbd3..db61c9b7d56 100644 --- a/mozilla/suite/common/pref/nsPrefWindow.js +++ b/mozilla/suite/common/pref/nsPrefWindow.js @@ -330,7 +330,7 @@ nsPrefWindow.prototype = } var openItem = document.getElementById( aComponentName ); panelTree.selectItem( openItem ); - }, + } };