Skip to content

Commit 20e51ac

Browse files
rcalixtemtwebster
authored andcommitted
layout.js: Fix for ES6 compatibility
1 parent a27f63d commit 20e51ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Monitor.prototype = {
5252
}
5353
};
5454

55-
const UiActor = GObject.registerClass(
55+
var UiActor = GObject.registerClass(
5656
class UiActor extends St.Widget {
5757
_init() {
5858
super._init();

0 commit comments

Comments
 (0)