Skip to content

Commit dc73ef7

Browse files
committed
Merge branch 'master' of github.com:StefanSchoof/DefinitelyTyped into StefanSchoof-master
Conflicts: angular-translate/angular-translate.d.ts
2 parents f6f58d6 + a4bd010 commit dc73ef7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular-translate/angular-translate.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ declare module ng.translate {
1313
interface ILanguageKeyAlias {
1414
[key: string]: string;
1515
}
16-
16+
1717
interface IStorage {
1818
get(name: string): string;
1919
set(name: string, value: string): void;
@@ -28,6 +28,7 @@ declare module ng.translate {
2828
interface ITranslateService {
2929
(key: string, ...params: string[]): ng.IPromise<string>;
3030
cloakClassName(): string;
31+
cloakClassName(name: string): ITranslateProvider;
3132
fallbackLanguage(langKey?: string): string;
3233
fallbackLanguage(langKey?: string[]): string;
3334
instant(translationId: string, interpolateParams?: any, interpolationId?: string): string;

0 commit comments

Comments
 (0)