Skip to content

Commit

Permalink
Changed set property from put in IStorage interface
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovacic committed Dec 29, 2015
1 parent 40c6085 commit 192b0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-translate/angular-translate.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ declare module angular.translate {

interface IStorage {
get(name: string): string;
set(name: string, value: string): void;
put(name: string, value: string): void;
}

interface IStaticFilesLoaderOptions {
Expand Down

0 comments on commit 192b0ee

Please sign in to comment.