Update index.d.ts

Line 2012 posFromDate return type should be number
This commit is contained in:
wwjd1234
2019-02-13 10:00:25 -05:00
committed by GitHub
parent d77c47c753
commit 475d7eab89
+1 -1
View File
@@ -2009,7 +2009,7 @@ interface GanttStatic {
* gets the relative horizontal position of the specified date in the chart area
* @param date a date you want to know the position of
*/
posFromDate(date: Date): void;
posFromDate(date: Date): number;
/**
* applies the reverted changes to the gantt once again