mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Method signature fixed.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ declare module angular.translate {
|
||||
}
|
||||
|
||||
interface IPartialLoader<T> {
|
||||
addPart(name : string, priority : number) : T;
|
||||
addPart(name : string, priority? : number) : T;
|
||||
setPart(lang : string, part : string, table : ITranslationTable) : T;
|
||||
deletePart(name : string) : T;
|
||||
isPartAvailable(name : string) : boolean;
|
||||
|
||||
Reference in New Issue
Block a user