From 5078772afbe786ae311d96c90514bcf93e6e4f0a Mon Sep 17 00:00:00 2001 From: John Emau Date: Wed, 23 Oct 2013 14:03:45 -0700 Subject: [PATCH] fixing error in angular-1.0 tests --- angularjs/angular-1.0-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/angular-1.0-tests.ts b/angularjs/angular-1.0-tests.ts index 5c628ced1..ff3c87f77 100644 --- a/angularjs/angular-1.0-tests.ts +++ b/angularjs/angular-1.0-tests.ts @@ -20,7 +20,7 @@ angular.module('http-auth-interceptor', []) * Required by HTTP interceptor. * Function is attached to provider to be invisible for regular users of this service. */ - this.pushToBuffer = function (config: ng.IRequestConfig, deferred: ng.IDeferred) { + this.pushToBuffer = function (config: ng.IRequestConfig, deferred: ng.IDeferred) { buffer.push({ config: config, deferred: deferred