From d33c93b21e412a8e9253142cec69bc1ccab9be4b Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 8 Jul 2013 17:08:46 +0200 Subject: [PATCH] remove extra comma --- src/main/webapp/js/services.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/services.js b/src/main/webapp/js/services.js index 9fc82f0d..b08364c9 100644 --- a/src/main/webapp/js/services.js +++ b/src/main/webapp/js/services.js @@ -286,7 +286,7 @@ module.factory('AdminCleanupService', ['$resource', function($resource) { params : { _method : 'merge' } - }, + } }; var res = $resource('rest/admin/cleanup/:_method', {}, actions); return res;