From 924a8eb9bfb5ef284ce0c62d213fcc3e5138410b Mon Sep 17 00:00:00 2001 From: "bzbarsky%mit.edu" Date: Sat, 31 Jan 2004 18:53:55 +0000 Subject: [PATCH] Fix JS strict warning. Bug 230645, patch by Alex Vincent , r=timeless, sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@152121 18797224-902f-48f8-a5cc-f745e15eee43 --- .../components/prefwindow/resources/content/pref-advanced.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul b/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul index c1ff4dad969..9ba9e7276d5 100644 --- a/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul +++ b/mozilla/xpfe/components/prefwindow/resources/content/pref-advanced.xul @@ -288,7 +288,7 @@ getCurrentJVMConfig : function() { return this.currentJVMConfig; - }, + } }; function setVisible(visible) {