From fa18b1774d836a28a0261fd79f0973d11e876c95 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 20 Apr 2015 14:38:59 -0400 Subject: [PATCH] fixed grunt errors with last push --- awx/ui/static/js/controllers/Permissions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/controllers/Permissions.js b/awx/ui/static/js/controllers/Permissions.js index ed6dbaed46..92294fdc8f 100644 --- a/awx/ui/static/js/controllers/Permissions.js +++ b/awx/ui/static/js/controllers/Permissions.js @@ -170,7 +170,7 @@ export function PermissionsAdd($scope, $rootScope, $compile, $location, $log, $r $("#permission_run_ad_hoc_commands_chbox").attr("disabled", false); } } - } + }; // Save $scope.formSave = function () { @@ -257,7 +257,7 @@ export function PermissionsEdit($scope, $rootScope, $compile, $location, $log, $ $("#permission_run_ad_hoc_commands_chbox").attr("disabled", false); } } - } + }; generator.inject(form, { mode: 'edit', related: true, scope: $scope }); generator.reset();