Fix syntax error

This commit is contained in:
Adel Gadllah 2013-06-18 22:59:48 +02:00
parent 9e44978aed
commit 580bd67278

View File

@ -170,7 +170,8 @@ const OsdWindow = new Lang.Class({
onComplete: Lang.bind(this, function() { onComplete: Lang.bind(this, function() {
this._reset(); this._reset();
Meta.enable_unredirect_for_screen(global.screen); Meta.enable_unredirect_for_screen(global.screen);
}); })
});
}, },
_reset: function() { _reset: function() {