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