[gnome-shell/gnome-3-8] Fix syntax error



commit 1aac5c43e41435e5ce7da0fa44935768558f6d5c
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Tue Jun 18 22:59:48 2013 +0200

    Fix syntax error

 js/ui/osdWindow.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/osdWindow.js b/js/ui/osdWindow.js
index 36ef3df..7fa052e 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() {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]