Merge pull request #6379 from abbasmhd/master

Update dhtmlxscheduler.d.ts
This commit is contained in:
Masahiro Wakame
2015-10-27 00:00:39 +09:00
+2 -2
View File
@@ -1229,7 +1229,7 @@ interface SchedulerStatic{
* return the event object by its id
* @param event_id event_id
*/
getEvent(event_id: any);
getEvent<T>(event_id: any): T;
/**
* gets the event's end date
@@ -1601,4 +1601,4 @@ interface SchedulerStatic{
declare var scheduler: SchedulerStatic;
declare var scheduler: SchedulerStatic;