fix: resolve some lgtm warnings (#1444)

* fix: warnings found by LGTM static analyzer
This commit is contained in:
Charles Kerr
2020-09-11 16:07:45 -05:00
committed by GitHub
parent d3323ddee0
commit efaa66a920
29 changed files with 213 additions and 222 deletions

View File

@@ -241,7 +241,7 @@ function PrefsDialog(remote) {
// update the dialog's controls
this.set = function (o) {
var e, i, key, val, option;
var e, i, key, val;
var keys = data.keys;
var root = data.elements.root;