correct fullCalendar.Options.weekNumberTitle type

The type of weekNumberTitle should be string and not number according to
documentation
This commit is contained in:
Albin Sunnanbo
2014-05-05 22:49:39 +02:00
parent 290523a539
commit 8f4e6681e8

View File

@@ -84,7 +84,7 @@ declare module FullCalendar {
monthNamesShort?: Array<string>;
dayNames?: Array<string>;
dayNamesShort?: Array<string>;
weekNumberTitle?: number;
weekNumberTitle?: string;
// Clicking & Hovering - http://arshaw.com/fullcalendar/docs/mouse/