dhtmlxgantt: fixed test

This commit is contained in:
Igor Oleinikov
2013-12-19 14:48:32 +04:00
parent 750401e208
commit 5a2fe2364f
+1 -1
View File
@@ -28,6 +28,6 @@ gantt.init("scheduler_here", start);
gantt.load("/data/events");
//events
gantt.attachEvent("onBeforeLightbox", function (id: string) {
gantt.attachEvent("onBeforeLightbox", function (id?: string) {
gantt.showTask(id);
});