add a missing (optional) ";"

This commit is contained in:
Dan Winship 2009-10-02 08:49:22 -04:00
parent 5f5266ca60
commit ab1fbbde92

View File

@ -88,7 +88,7 @@ AltTabPopup.prototype = {
box.append(new Clutter.Rectangle({ width: 1, box.append(new Clutter.Rectangle({ width: 1,
color: POPUP_APPICON_SEPARATOR_COLOR }), color: POPUP_APPICON_SEPARATOR_COLOR }),
Big.BoxPackFlags.EXPAND); Big.BoxPackFlags.EXPAND);
this._separator = box this._separator = box;
this._appsBox.add_actor(box); this._appsBox.add_actor(box);
}, },