Return type precision

This commit is contained in:
Christophe Camicas
2016-11-30 09:11:24 +01:00
parent 1c21d86677
commit b0a5c56596

View File

@@ -1056,7 +1056,7 @@ interface GanttStatic {
dataProcessor(url: string): void;
/**
* gets the date of the specified horizontal position in the chart area
* returns the date of the specified horizontal position in the chart area
* @param pos the relative horizontal position you want to know the date of
*/
dateFromPos(pos: number): Date;