[gnome-shell] appDisplay: Fix style



commit 03ab282f67daf6fbb68b4df7a7d3b1dfbdf84d48
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Jan 13 11:39:30 2014 -0500

    appDisplay: Fix style

 js/ui/appDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js
index 1a04fda..049b339 100644
--- a/js/ui/appDisplay.js
+++ b/js/ui/appDisplay.js
@@ -49,7 +49,7 @@ const PAGE_SWITCH_TIME = 0.3;
 
 function _isTerminal(app) {
     return app.get_app_info().get_categories().indexOf('TerminalEmulator') > -1;
-};
+}
 
 // Recursively load a GMenuTreeDirectory; we could put this in ShellAppSystem too
 function _loadCategory(dir, view) {
@@ -68,7 +68,7 @@ function _loadCategory(dir, view) {
             _loadCategory(itemDir, view);
         }
     }
-};
+}
 
 const BaseAppView = new Lang.Class({
     Name: 'BaseAppView',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]