mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
Update index.d.ts
Line 2012 posFromDate return type should be number
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user