From 7b2d333b2e4441f169838c8c453ffce95950b5f8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 17 Feb 2009 15:15:01 -0500 Subject: [PATCH] Remove extraneous trailing paren accidentally introduced by c3c46786 --- js/ui/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/main.js b/js/ui/main.js index 438edcbfd..0b025197e 100644 --- a/js/ui/main.js +++ b/js/ui/main.js @@ -70,7 +70,7 @@ function start() { } else { show_overlay(); } - }); + }; display.connect('overlay-key', toggleOverlay); global.connect('panel-main-menu', toggleOverlay);