diff options
Diffstat (limited to 'ext/js/extension')
| -rw-r--r-- | ext/js/extension/environment.js | 2 | 
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;      } |