diff --git a/intellihide.js b/intellihide.js index 6979ffe..681be12 100644 --- a/intellihide.js +++ b/intellihide.js @@ -51,7 +51,7 @@ var Hold = { PERMANENT: 2 }; -var Intellihide = class { +export var Intellihide = class { constructor(dtpPanel) { this._dtpPanel = dtpPanel;