From 9a00ab1594f0df4b89df9b1ceb806981316c8325 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 20 Jan 2009 18:20:41 +0000 Subject: [PATCH] add a missing ";" svn path=/trunk/; revision=155 --- js/ui/workspaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/workspaces.js b/js/ui/workspaces.js index 1026a3b61..41584ed4c 100644 --- a/js/ui/workspaces.js +++ b/js/ui/workspaces.js @@ -439,7 +439,7 @@ Workspace.prototype = { if (!clone.cloneTitle) this._createCloneTitle(clone); clone.cloneTitle.show(); - this._adjustCloneTitle(clone) + this._adjustCloneTitle(clone); if (!this._overlappedMode) return; if (clone.index != this._windows.length-1) {