From 785abe5a1d035beb78aa9e7bcc9f2625c12404db Mon Sep 17 00:00:00 2001 From: Alberto Santini Date: Thu, 22 Oct 2015 08:55:49 +0200 Subject: [PATCH] chore(http): remove double "var http" in http spec Closes #4859 --- modules/angular2/test/http/http_spec.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/angular2/test/http/http_spec.ts b/modules/angular2/test/http/http_spec.ts index 87880e6af6..3238599f03 100644 --- a/modules/angular2/test/http/http_spec.ts +++ b/modules/angular2/test/http/http_spec.ts @@ -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) => {