chore(http): remove double "var http" in http spec

Closes #4859
This commit is contained in:
Alberto Santini 2015-10-22 08:55:49 +02:00
parent 27ead8c883
commit 785abe5a1d
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ export function main() {
var jsonpBackend: MockBackend;
var xhrBackend: MockBackend;
var jsonp: Jsonp;
var http: Http;
it('should allow using jsonpInjectables and httpInjectables in same injector',
inject([AsyncTestCompleter], (async) => {