From 6b90b352374f9df90a6669696fb640c6b20c4374 Mon Sep 17 00:00:00 2001 From: Vijay Gawade Date: Mon, 21 Aug 2017 23:15:55 +0530 Subject: [PATCH] Update calendar.ts Fix for the error "Element implicitly has an 'any' type because type 'typeof Calendar' has no index signature." --- src/calendar.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calendar.ts b/src/calendar.ts index 56a4de7..e727add 100644 --- a/src/calendar.ts +++ b/src/calendar.ts @@ -62,7 +62,7 @@ export class Calendar { const months = "JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC".split(" "); for (var i=0; iCalendar)[months[i]] = i; } /*!