mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
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