diff --git a/awx/ui/client/src/job-detail/host-event/host-event.controller.js b/awx/ui/client/src/job-detail/host-event/host-event.controller.js index 73b00ae8e5..8463cc7a8f 100644 --- a/awx/ui/client/src/job-detail/host-event/host-event.controller.js +++ b/awx/ui/client/src/job-detail/host-event/host-event.controller.js @@ -17,6 +17,7 @@ if (typeof value === 'object'){return false;} else {return true;} }; + /*ignore jslint start*/ /* jshint ignore:start */ var initCodeMirror = function(el, json){ var container = $(el)[0]; @@ -28,6 +29,7 @@ editor.getDoc().setValue(JSON.stringify(json, null, 4)); }; /* jshint ignore:end */ + /*ignore jslint end*/ $scope.isActiveState = function(name){ return $state.current.name === name; };