mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix jshint errors
This commit is contained in:
parent
688f14a0ee
commit
521ecc883b
@ -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)) {
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user