From f8fe6d9ae40346a2ecb2120a29ad467e15ba7151 Mon Sep 17 00:00:00 2001 From: Ken Hoes Date: Thu, 25 Feb 2016 12:12:28 -0500 Subject: [PATCH] Removed Alert dependency. --- awx/ui/client/src/lookup/lookup.factory.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/lookup/lookup.factory.js b/awx/ui/client/src/lookup/lookup.factory.js index 468acbc4e6..e52dfb4876 100644 --- a/awx/ui/client/src/lookup/lookup.factory.js +++ b/awx/ui/client/src/lookup/lookup.factory.js @@ -21,10 +21,10 @@ * }) */ -export default ['Alert', 'Rest', 'ProcessErrors', 'generateList', +export default ['Rest', 'ProcessErrors', 'generateList', 'SearchInit', 'PaginateInit', 'GetBasePath', 'FormatDate', 'Empty', 'CreateDialog', - function(Alert, Rest, ProcessErrors, GenerateList, + function(Rest, ProcessErrors, GenerateList, SearchInit, PaginateInit, GetBasePath, FormatDate, Empty, CreateDialog) { return function(params) {