From dcff230b754931d529f13ac8cec7a949abbef198 Mon Sep 17 00:00:00 2001 From: jseanxu Date: Wed, 9 Apr 2014 15:16:22 -0700 Subject: [PATCH] The 'calendar' property is a format string. --- winjs/winjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winjs/winjs.d.ts b/winjs/winjs.d.ts index d9d47c03fa..2cf7bfa77f 100644 --- a/winjs/winjs.d.ts +++ b/winjs/winjs.d.ts @@ -4011,7 +4011,7 @@ declare module WinJS.UI { /** * Gets or sets the calendar to use. **/ - calendar: any; + calendar: string; /** * Gets or sets the current date of the DatePicker. You can use either a date string or a Date object to set this property.