From ffe5115355baa6ee2136b6fb5e4828e4e2fa58f8 Mon Sep 17 00:00:00 2001 From: Chia-liang Kao Date: Thu, 13 Feb 2014 17:40:29 +0800 Subject: style(tests): remove trailing comma in specs Closes #6241 --- test/ng/httpSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ng/httpSpec.js') diff --git a/test/ng/httpSpec.js b/test/ng/httpSpec.js index 192fde5c..90da692f 100644 --- a/test/ng/httpSpec.js +++ b/test/ng/httpSpec.js @@ -676,7 +676,7 @@ describe('$http', function() { }).respond(''); $http({url: '/url', method: 'GET', headers: { - 'Custom': 'header', + 'Custom': 'header' }}); $httpBackend.flush(); -- cgit v1.2.3