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() {