aboutsummaryrefslogtreecommitdiff
path: root/ext/js/extension/environment.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/extension/environment.js')
-rw-r--r--ext/js/extension/environment.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/js/extension/environment.js b/ext/js/extension/environment.js
index ad5a19ae..8c43f1a0 100644
--- a/ext/js/extension/environment.js
+++ b/ext/js/extension/environment.js
@@ -16,7 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-class Environment {
+export class Environment {
constructor() {
this._cachedEnvironmentInfo = null;
}