lib: Mark globals used from other modules as exported

eslint cannot figure out that those symbols are used from other modules
via imports, so they trigger unused-variable errors. To fix, explicitly
mark those symbols as exported.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/50
This commit is contained in:
Florian Müllner
2019-01-28 00:01:28 +01:00
parent 08a04b2f02
commit 2081309679
+1
View File
@@ -1,4 +1,5 @@
/* -*- mode: js; js-basic-offset: 4; indent-tabs-mode: nil -*- */
/* exported initTranslations getSettings */
/*
Copyright (c) 2011-2012, Giovanni Campagna <scampa.giovanni@gmail.com>