From 033968a0a9d4531e362b13c33056d36fff60cce0 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Tue, 4 Feb 2014 18:28:47 -0500 Subject: [PATCH] Fixed compilation error. --- awx/ui/static/js/helpers/Groups.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index 4fcd1a931d..d0091dfa78 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -1118,7 +1118,6 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' // Set modal dimensions based on viewport width ww = $(document).width(); wh = $('body').height(); - x, y, maxrows; if (ww > 1199) { // desktop x = 675;