Fix indent of first member

svn path=/trunk/; revision=96
This commit is contained in:
Colin Walters 2008-12-01 17:19:58 +00:00
parent e1c7a4fece
commit 12720e2c90

View File

@ -21,7 +21,7 @@ function Panel() {
}
Panel.prototype = {
_init : function() {
_init : function() {
let global = Shell.Global.get();
this._group = new Clutter.Group();