From 204f33eb7025e675a512a5b92c133c79811d3d1c Mon Sep 17 00:00:00 2001 From: Philipp Unger Date: Sun, 13 Aug 2023 23:56:26 +0200 Subject: [PATCH] export classes from transparency.js --- transparency.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transparency.js b/transparency.js index e48ffc9..2561f03 100644 --- a/transparency.js +++ b/transparency.js @@ -27,7 +27,7 @@ import * as Proximity from './proximity.js'; import * as Utils from './utils.js'; import {SETTINGS} from './extension.js'; -var DynamicTransparency = class { +export var DynamicTransparency = class { constructor(dtpPanel) { this._dtpPanel = dtpPanel;