mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
export classes from panelManager.js
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user