Fix syntax error

This commit is contained in:
Adel Gadllah 2013-06-18 22:59:48 +02:00
parent 4d785d249f
commit 1aac5c43e4

View File

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