windowAttentionHandler: Fix whitespace
This commit is contained in:
parent
feaf6108f9
commit
6b1e381750
@ -12,7 +12,7 @@ const WindowAttentionHandler = new Lang.Class({
|
|||||||
_init : function() {
|
_init : function() {
|
||||||
this._tracker = Shell.WindowTracker.get_default();
|
this._tracker = Shell.WindowTracker.get_default();
|
||||||
this._windowDemandsAttentionId = global.display.connect('window-demands-attention',
|
this._windowDemandsAttentionId = global.display.connect('window-demands-attention',
|
||||||
Lang.bind(this, this._onWindowDemandsAttention));
|
Lang.bind(this, this._onWindowDemandsAttention));
|
||||||
},
|
},
|
||||||
|
|
||||||
_getTitleAndBanner: function(app, window) {
|
_getTitleAndBanner: function(app, window) {
|
||||||
|
Loading…
Reference in New Issue
Block a user