From 0ca5426184f6900048588f3d2c2a4a65f9abe248 Mon Sep 17 00:00:00 2001 From: jquadrin Date: Sat, 24 Aug 2013 03:42:14 -0400 Subject: chore: remove Firefox CORS workaround See #1468 --- test/ng/httpBackendSpec.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/ng/httpBackendSpec.js b/test/ng/httpBackendSpec.js index d533d5f8..f82c1750 100644 --- a/test/ng/httpBackendSpec.js +++ b/test/ng/httpBackendSpec.js @@ -190,9 +190,6 @@ describe('$httpBackend', function() { }; this.getAllResponseHeaders = valueFn(''); - // for temporary Firefox CORS workaround - // see https://github.com/angular/angular.js/issues/1468 - this.getResponseHeader = valueFn(''); } callback.andCallFake(function(status, response) { -- cgit v1.2.3