chore: remove Firefox CORS workaround

See #1468
This commit is contained in:
jquadrin
2013-08-24 03:42:14 -04:00
committed by Brian Ford
parent 025c921903
commit 0ca5426184
2 changed files with 0 additions and 23 deletions

View File

@@ -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) {