[moment]: relativeTimeThreshold can be a getter fix signature.

This commit is contained in:
Matthias Bussonnier
2015-06-10 10:16:16 -07:00
parent 8ebc099072
commit 4e5e52edca
+2 -1
View File
@@ -465,7 +465,8 @@ declare module moment {
max(moments: Moment[]): Moment;
normalizeUnits(unit: string): string;
relativeTimeThreshold(threshold: string, limit: number): void;
relativeTimeThreshold(threshold: string): number|boolean;
relativeTimeThreshold(threshold: string, limit:number): boolean;
/**
* Constant used to enable explicit ISO_8601 format parsing.