Switched bool to boolean for TS 0.9.1

This commit is contained in:
John Reilly
2013-08-07 10:47:03 +01:00
parent 43825c61af
commit aadb08f0bd

View File

@@ -88,7 +88,7 @@ interface GlobalizeCulture {
name: string;
englishName: string;
nativeName: string;
isRTL: bool;
isRTL: boolean;
language: string;
numberFormat: GlobalizeNumberFormat;
calendars: GlobalizeCalendars;