From 6b1e381750ff2440e2ca7d4c5fdeb0504e611ffa Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Wed, 1 Jul 2015 19:14:13 +0200 Subject: [PATCH] windowAttentionHandler: Fix whitespace --- js/ui/windowAttentionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/windowAttentionHandler.js b/js/ui/windowAttentionHandler.js index 733103336..2f8204215 100644 --- a/js/ui/windowAttentionHandler.js +++ b/js/ui/windowAttentionHandler.js @@ -12,7 +12,7 @@ const WindowAttentionHandler = new Lang.Class({ _init : function() { this._tracker = Shell.WindowTracker.get_default(); this._windowDemandsAttentionId = global.display.connect('window-demands-attention', - Lang.bind(this, this._onWindowDemandsAttention)); + Lang.bind(this, this._onWindowDemandsAttention)); }, _getTitleAndBanner: function(app, window) {