From f0c78611b21ae50e89c6992b193084c222f38b27 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 17 Oct 2014 17:10:34 -0400 Subject: [PATCH] cleaned up old deprecated code --- awx/ui/static/js/helpers/Survey.js | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/ui/static/js/helpers/Survey.js b/awx/ui/static/js/helpers/Survey.js index ff2bcbd5ae..334e5d624d 100644 --- a/awx/ui/static/js/helpers/Survey.js +++ b/awx/ui/static/js/helpers/Survey.js @@ -513,6 +513,7 @@ angular.module('SurveyHelper', [ 'Utilities', 'RestServices', 'SchedulesHelper', scope.int_max = null; scope.float_min = null; scope.float_max = null; + }; scope.addNewQuestion = function(){