We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27f63d commit 20e51acCopy full SHA for 20e51ac
js/ui/layout.js
@@ -52,7 +52,7 @@ Monitor.prototype = {
52
}
53
};
54
55
-const UiActor = GObject.registerClass(
+var UiActor = GObject.registerClass(
56
class UiActor extends St.Widget {
57
_init() {
58
super._init();
0 commit comments