angularjs: fixed errors in angular-tests.ts related to switch on TS 0.9.5

This commit is contained in:
Igor Oleinikov
2013-12-06 15:15:53 +04:00
parent 5dc169c4b5
commit b3e31cb848

View File

@@ -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<any>) {
buffer.push({
config: config,
deferred: deferred