Skip to content

Commit

Permalink
Scroll Event: Clean up the dxscroll test (#13353)
Browse files Browse the repository at this point in the history
  • Loading branch information
San4es committed Jun 8, 2020
1 parent 6324758 commit 75e2012
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testing/tests/DevExpress.ui.events/scroll.tests.js
Expand Up @@ -180,13 +180,9 @@ QUnit.module('scroll move');
QUnit.test('dxscroll fired on pointer move', function(assert) {
let fired = 0;
let args;
let initEventData; // eslint-disable-line no-unused-vars
let moveEventData;

const $scrollable = $('#scrollable')
.on(scrollEvents.init, function(e) {
initEventData = eventUtils.eventData(e.originalEvent);
})
.on(scrollEvents.move, function(e) {
args = e;
fired++;
Expand Down

0 comments on commit 75e2012

Please sign in to comment.