Merge pull request #2141 from albinsunnanbo/fix-fullCalendar-weekNumberTitle

correct fullCalendar.Options.weekNumberTitle type
This commit is contained in:
Masahiro Wakame
2014-05-08 10:54:04 +09:00
+1 -1
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/