Fix syntax error
This commit is contained in:
parent
9e44978aed
commit
580bd67278
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user