diff --git a/src/basic/BasicView.js b/src/basic/BasicView.js index 9e08f6d..24905c2 100644 --- a/src/basic/BasicView.js +++ b/src/basic/BasicView.js @@ -212,6 +212,7 @@ function BasicView(element, calendar, viewName) { cell.removeClass(tm + '-state-highlight fc-today'); } cell.find('div.fc-day-number').text(date.getDate()); + trigger('dayRender', t, date, cell); if (dowDirty) { setDayID(cell, date); }