|
|
@@ -180,7 +180,7 @@ var TimeGrid = FC.TimeGrid = InteractiveDateComponent.extend(StandardInteraction
|
|
|
|
|
|
// Renders the time grid into `this.el`, which should already be assigned.
|
|
|
// Relies on the view's colCnt. In the future, this component should probably be self-sufficient.
|
|
|
- renderDates: function() {
|
|
|
+ renderDates: function(dateProfile) {
|
|
|
this.el.html(this.renderHtml());
|
|
|
this.colEls = this.el.find('.fc-day, .fc-disabled-day');
|
|
|
this.slatContainerEl = this.el.find('.fc-slats');
|