fix typos
The shell was crashing for me - these fixes from Debarshi seem to fix it.
This commit is contained in:
@ -431,7 +431,7 @@ const CalendarColumnLayout = new Lang.Class({
|
||||
Name: 'CalendarColumnLayout',
|
||||
Extends: Clutter.BoxLayout,
|
||||
|
||||
_init(actor) {
|
||||
_init: function(actor) {
|
||||
this.parent({ orientation: Clutter.Orientation.VERTICAL });
|
||||
this._calActor = actor;
|
||||
},
|
||||
|
Reference in New Issue
Block a user