From 6f7f55f78315e113e57b1926f28f4a63039fe2cf Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Mon, 5 Mar 2018 16:13:54 -0500 Subject: [PATCH] Whitelist globals --- js/logging.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/logging.js b/js/logging.js index a00f7e02e..f6aa4ebd3 100644 --- a/js/logging.js +++ b/js/logging.js @@ -2,6 +2,9 @@ /* eslint strict: ['error', 'never'] */ +/* global $: false */ +/* global textsecure: false */ + const electron = require('electron'); const bunyan = require('bunyan'); const _ = require('lodash');