From 64ecc297d71457e3d12a55cd95ca024c90115533 Mon Sep 17 00:00:00 2001 From: James Laska Date: Fri, 17 Jan 2014 12:28:33 -0500 Subject: [PATCH] Fix minjs compile error --- awx/ui/static/js/lists/HomeHosts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/lists/HomeHosts.js b/awx/ui/static/js/lists/HomeHosts.js index da95f036fc..3a995d56bd 100644 --- a/awx/ui/static/js/lists/HomeHosts.js +++ b/awx/ui/static/js/lists/HomeHosts.js @@ -87,6 +87,6 @@ angular.module('HomeHostListDefinition', []) mode: 'all', ngShow: "user_is_superuser" } - }, + } });