Removed Alert dependency.

This commit is contained in:
Ken Hoes 2016-02-25 12:12:28 -05:00
parent 3d858b68cd
commit f8fe6d9ae4

View File

@ -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) {