Fix Geo Object's key name (#40038)

This commit is contained in:
Matej Vilk
2019-11-05 22:36:10 +01:00
committed by Nathan Shively-Sanders
parent 49ed33321e
commit af35fe53d6

View File

@@ -1,6 +1,7 @@
// Type definitions for ical 0.6
// Project: https://github.com/peterbraden/ical.js
// Definitions by: Nick Clifford <https://github.com/nickbclifford>
// Matej Vilk <https://github.com/iammatis>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
@@ -51,7 +52,7 @@ export type CalendarComponent = {
export interface Geo {
lat: number;
long: number;
lon: number;
}
export interface FullCalendar {