export classes from panelManager.js

This commit is contained in:
Philipp Unger
2023-08-13 23:39:55 +02:00
parent 39137bde15
commit a1461db80d
2 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ function _enable(extension) {
});
}
panelManager = new PanelManager();
panelManager = new PanelManager.PanelManager();
panelManager.enable();

View File

@@ -57,7 +57,7 @@ import { SecondaryMonitorDisplay, WorkspacesView } from 'resource:///org/gnome/s
const Gi = imports._gi;
var PanelManager = class {
export var PanelManager = class {
constructor() {
this.overview = new Overview();
@@ -530,7 +530,7 @@ var PanelManager = class {
// This class drives long-running icon animations, to keep them running in sync
// with each other.
var IconAnimator = class {
export var IconAnimator = class {
constructor(actor) {
this._count = 0;