Linebreaks

This commit is contained in:
Reto Rezzonico 2015-05-27 16:32:52 +02:00
parent 8f7a306a48
commit 989b586b95
2 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@ var $jwtInterceptor: angular.jwt.IJwtInterceptor;
$jwtInterceptor.tokenGetter = () => {
return expToken;
}
}

View File

@ -27,4 +27,4 @@ declare module angular.jwt {
interface IJwtInterceptor {
tokenGetter(): string;
}
}
}