Skip to content

Commit fe86b0b

Browse files
Scheduler — Replace underscore-prefixed: Scheduler core (m_scheduler, m_recurrence_editor) (#32883)
1 parent ea968bc commit fe86b0b

21 files changed

Lines changed: 696 additions & 666 deletions

packages/devextreme/js/__internal/scheduler/m_compact_appointments_helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class CompactAppointmentsHelper {
146146

147147
_createTemplate(count, isCompact) {
148148
this._initButtonTemplate(count, isCompact);
149-
return this.instance._getAppointmentTemplate('appointmentCollectorTemplate');
149+
return this.instance.getAppointmentTemplate('appointmentCollectorTemplate');
150150
}
151151

152152
_initButtonTemplate(count, isCompact) {

0 commit comments

Comments
 (0)