Fix jshint errors

This commit is contained in:
mabashian 2019-08-03 09:26:50 -04:00
parent 688f14a0ee
commit 521ecc883b
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
export default [ '$scope', 'Empty', 'Wait', 'GetBasePath', 'Rest', 'ProcessErrors', '$state',
function($scope, Empty, Wait, GetBasePath, Rest, ProcessErrors, $state) {
export default [ '$scope', 'Empty', 'Wait', 'GetBasePath', 'Rest', 'ProcessErrors',
function($scope, Empty, Wait, GetBasePath, Rest, ProcessErrors) {
$scope.gatherRecentJobs = function(event) {
if (!Empty($scope.inventory.id)) {

View File

@ -25,7 +25,7 @@ export default ['templateUrl', 'Wait', '$filter', '$compile', 'i18n', '$log',
elem.popover('dispose');
}
catch(err) {
$log.debug(error);
$log.debug(err);
}
$('.popover').each(function() {
// remove lingering popover <div>. Seems to be a bug in TB3 RC1