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();