diff --git a/awx/ui/static/js/browser-data/ng-app.directive.js b/awx/ui/static/js/browser-data/ng-app.directive.js index 92f8e3c872..3d9f517f51 100644 --- a/awx/ui/static/js/browser-data/ng-app.directive.js +++ b/awx/ui/static/js/browser-data/ng-app.directive.js @@ -1,3 +1,5 @@ +/* jshint unused: vars */ + export default ['browserData', function(browserData) { return { link: function(scope, element, attrs) { @@ -6,4 +8,4 @@ export default ['browserData', function(browserData) { .attr('data-platform', browserData.platform); } }; -}] +}];