From e78d9d88d919c10f130c19fd2d2a76797a14389a Mon Sep 17 00:00:00 2001 From: Nikki Gonzales <38495263+nikkithelegendarypokemonster@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:02:20 +0800 Subject: [PATCH] Calendar: remove extra unused variable (T1257679) (#28401) --- .../testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js b/packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js index 185631e4b14a..5aa787463866 100644 --- a/packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js +++ b/packages/devextreme/testing/tests/DevExpress.ui.widgets.editors/datebox.tests.js @@ -70,7 +70,6 @@ const CLEAR_BUTTON_AREA_CLASS = 'dx-clear-button-area'; const CALENDAR_CELL_CLASS = 'dx-calendar-cell'; const CALENDAR_TODAY_BUTTON_CLASS = 'dx-calendar-today-button'; const CALENDAR_CAPTION_BUTTON_CLASS = 'dx-calendar-caption-button'; -const CALENDAR_NAVIGATOR_NEXT_VIEW_CLASS = 'dx-calendar-navigator-next-view'; const CALENDAR_NAVIGATOR_PREVIOUS_VIEW_CLASS = 'dx-calendar-navigator-previous-view'; const DROPDOWNEDITOR_OVERLAY_CLASS = 'dx-dropdowneditor-overlay'; const NUMBERBOX_CLASS = 'dx-numberbox';