From 1aac5c43e41435e5ce7da0fa44935768558f6d5c Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Tue, 18 Jun 2013 22:59:48 +0200 Subject: [PATCH] Fix syntax error --- js/ui/osdWindow.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/ui/osdWindow.js b/js/ui/osdWindow.js index 36ef3df0c..7fa052eca 100644 --- a/js/ui/osdWindow.js +++ b/js/ui/osdWindow.js @@ -170,7 +170,8 @@ const OsdWindow = new Lang.Class({ onComplete: Lang.bind(this, function() { this._reset(); Meta.enable_unredirect_for_screen(global.screen); - }); + }) + }); }, _reset: function() {