From 4542716370ac52f385795f509436104a2a3501d2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 10 May 2010 10:36:02 -0700 Subject: lint --- test/servicesSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/servicesSpec.js b/test/servicesSpec.js index 112fc374..7b17e150 100644 --- a/test/servicesSpec.js +++ b/test/servicesSpec.js @@ -164,7 +164,7 @@ describe("service", function(){ function callback(code, response) { expect(code).toEqual(200); log = log + toJson(response) + ';'; - }; + } beforeEach(function(){ log = ''; @@ -229,7 +229,7 @@ describe("service", function(){ xhr.expectPOST('/bulk', { requests:[{method:'GET', url:'/url', data: null}] }).respond([ - {status:200, response:'123'}, + {status:200, response:'123'} ]); cache('GET', '/url', null, callback); cache('GET', '/url', null, callback); -- cgit v1.2.3