From b3e31cb8485d3cfbb5a66d6fb87fae2d49119ce9 Mon Sep 17 00:00:00 2001 From: Igor Oleinikov Date: Fri, 6 Dec 2013 15:15:53 +0400 Subject: [PATCH] angularjs: fixed errors in angular-tests.ts related to switch on TS 0.9.5 --- angularjs/angular-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularjs/angular-tests.ts b/angularjs/angular-tests.ts index bcfe31d167..0b68433098 100644 --- a/angularjs/angular-tests.ts +++ b/angularjs/angular-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