[gnome-shell] workspacesView: Add missing semicolon



commit 9a01a7ae078ab093d72b884e99f39894e4662942
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Mar 26 00:05:07 2015 +0100

    workspacesView: Add missing semicolon

 js/ui/workspacesView.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js
index a2b6bd4..4c8f901 100644
--- a/js/ui/workspacesView.js
+++ b/js/ui/workspacesView.js
@@ -418,7 +418,7 @@ const WorkspacesDisplay = new Lang.Class({
         this.actor.connect('notify::allocation', Lang.bind(this, this._updateWorkspacesActualGeometry));
         this.actor.connect('parent-set', Lang.bind(this, this._parentSet));
 
-        let clickAction = new Clutter.ClickAction()
+        let clickAction = new Clutter.ClickAction();
         clickAction.connect('clicked', Lang.bind(this, function(action) {
             // Only switch to the workspace when there's no application
             // windows open. The problem is that it's too easy to miss


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