From 83f724bd1921a71f5ce018b3ffe9fa748fbf7b3d Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Mon, 11 Aug 2014 16:47:13 -0400 Subject: [PATCH] Fixed jshint error --- awx/ui/static/js/helpers/HostEventsViewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/HostEventsViewer.js b/awx/ui/static/js/helpers/HostEventsViewer.js index 26e5df7f60..cd5a390964 100644 --- a/awx/ui/static/js/helpers/HostEventsViewer.js +++ b/awx/ui/static/js/helpers/HostEventsViewer.js @@ -29,7 +29,7 @@ angular.module('HostEventsViewerHelper', ['ModalDialog', 'Utilities', 'EventView { value: "failed", name: "Failed" }, { value: "ok", name: "OK" }, { value: "unreachable", name: "Unreachable" } - ]; + ]; scope.host_events_search_name = params.name; status = (params.status) ? params.status : 'all'; scope.host_events_status_options.every(function(opt, idx) {