Merge pull request #33034 from wwjd1234/patch-1

Update index.d.ts
This commit is contained in:
Mine Starks
2019-02-13 09:25:10 -08:00
committed by GitHub
+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