From 9a01a7ae078ab093d72b884e99f39894e4662942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 26 Mar 2015 00:05:07 +0100 Subject: [PATCH] workspacesView: Add missing semicolon --- js/ui/workspacesView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspacesView.js b/js/ui/workspacesView.js index a2b6bd4e6..4c8f90139 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