aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/httpBackendSpec.js
diff options
context:
space:
mode:
authorjquadrin2013-08-24 03:42:14 -0400
committerBrian Ford2013-10-01 10:26:08 -0700
commit0ca5426184f6900048588f3d2c2a4a65f9abe248 (patch)
treef033e8d93f8579a70ee591db4542fe5409f4c661 /test/ng/httpBackendSpec.js
parent025c92190376414c15f15fd20a75b41489a4e70a (diff)
downloadangular.js-0ca5426184f6900048588f3d2c2a4a65f9abe248.tar.bz2
chore: remove Firefox CORS workaround
See #1468
Diffstat (limited to 'test/ng/httpBackendSpec.js')
-rw-r--r--test/ng/httpBackendSpec.js3
1 files changed, 0 insertions, 3 deletions
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) {