All options should be optional

This commit is contained in:
Colin Snover 2015-02-05 22:59:17 +00:00
parent 6184c15d9c
commit 9e4d5dacc5

2
src/lib/intl.d.ts vendored
View File

@ -82,7 +82,7 @@ declare module Intl {
second?: string;
timeZoneName?: string;
formatMatcher?: string;
hour12: boolean;
hour12?: boolean;
}
interface ResolvedDateTimeFormatOptions {