Skip to content

Commit 4c4bb27

Browse files
Scheduler — Replace underscore-prefixed: Scheduler core (m_scheduler, m_recurrence_editor) (#32811)
1 parent 854dc88 commit 4c4bb27

21 files changed

Lines changed: 599 additions & 595 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
@@ -164,7 +164,7 @@ export class CompactAppointmentsHelper {
164164

165165
_createTemplate(count, isCompact) {
166166
this._initButtonTemplate(count, isCompact);
167-
return this.instance._getAppointmentTemplate('appointmentCollectorTemplate');
167+
return this.instance.getAppointmentTemplate('appointmentCollectorTemplate');
168168
}
169169

170170
_initButtonTemplate(count, isCompact) {

0 commit comments

Comments
 (0)