specifies the CSS class that will be applied to task bars
| start | Date | the date when a task is scheduled to begin |
| end | Date | the date when a task is scheduled to be completed |
| task | Task | the task object |
gantt.templates.task_class = function(start, end, task){return "";};