From d836194e319186bebb932fb1f54982afac14327f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 7 Aug 2014 18:38:36 +0200 Subject: [PATCH] appDisplay: Remove pointless return value StButton::clicked does not have a return type, so don't return anything. --- js/ui/appDisplay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 3eae1e5a3..c32acb6ad 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1501,7 +1501,6 @@ const AppIcon = new Lang.Class({ this.app.open_new_window(-1); Main.overview.hide(); } - return false; }, _onKeyboardPopupMenu: function() {