From 8f4e6681e8408010f94e5d91d3adca6010cbd4bb Mon Sep 17 00:00:00 2001 From: Albin Sunnanbo Date: Mon, 5 May 2014 22:49:39 +0200 Subject: [PATCH] correct fullCalendar.Options.weekNumberTitle type The type of weekNumberTitle should be string and not number according to documentation --- fullCalendar/fullCalendar.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullCalendar/fullCalendar.d.ts b/fullCalendar/fullCalendar.d.ts index 84e6ee6cc1..feb537e67b 100644 --- a/fullCalendar/fullCalendar.d.ts +++ b/fullCalendar/fullCalendar.d.ts @@ -84,7 +84,7 @@ declare module FullCalendar { monthNamesShort?: Array; dayNames?: Array; dayNamesShort?: Array; - weekNumberTitle?: number; + weekNumberTitle?: string; // Clicking & Hovering - http://arshaw.com/fullcalendar/docs/mouse/