From 12720e2c9022a28042542ede5699f789c5997043 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Dec 2008 17:19:58 +0000 Subject: [PATCH] Fix indent of first member svn path=/trunk/; revision=96 --- js/ui/panel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/panel.js b/js/ui/panel.js index 77a2d0903..71801b0f5 100644 --- a/js/ui/panel.js +++ b/js/ui/panel.js @@ -21,7 +21,7 @@ function Panel() { } Panel.prototype = { - _init : function() { +_init : function() { let global = Shell.Global.get(); this._group = new Clutter.Group();