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

@@ -30,7 +30,7 @@ $.fn.tabbedDialog = function (dialog_opts) {
this.parent().addClass('ui-tabs').prepend(tabul).draggable('option', 'handle', tabul);
this.siblings('.ui-dialog-titlebar').remove();
tabul.addClass('ui-dialog-titlebar');
}
};
/**
* Checks to see if the content actually changed before poking the DOM.
@@ -224,7 +224,7 @@ jQuery.fn.forceNumeric = function () {
key === 46 || key === 45;
});
});
}
};
/**
* http://blog.stevenlevithan.com/archives/parseuri