From ab1fbbde928b978b40cb52525970ffe6f054e4d1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 2 Oct 2009 08:49:22 -0400 Subject: [PATCH] add a missing (optional) ";" --- js/ui/altTab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/altTab.js b/js/ui/altTab.js index 6b289214f..13c147fdd 100644 --- a/js/ui/altTab.js +++ b/js/ui/altTab.js @@ -88,7 +88,7 @@ AltTabPopup.prototype = { box.append(new Clutter.Rectangle({ width: 1, color: POPUP_APPICON_SEPARATOR_COLOR }), Big.BoxPackFlags.EXPAND); - this._separator = box + this._separator = box; this._appsBox.add_actor(box); },