Skip to content

Commit eb8777d

Browse files
committed
DataGrid: use this instead of that
1 parent a749ed7 commit eb8777d

File tree

1 file changed

+1
-2
lines changed
  • packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid

1 file changed

+1
-2
lines changed

packages/devextreme/testing/tests/DevExpress.ui.widgets.dataGrid/editing.tests.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4887,10 +4887,9 @@ QUnit.module('Editing with real dataController', {
48874887
});
48884888

48894889
QUnit.test('Recovered row should have correct data when placed before inserted row in batch editing (T1293181)', function(assert) {
4890-
const that = this;
48914890
const testElement = $('#container');
48924891

4893-
$.extend(that.options.editing, {
4892+
$.extend(this.options.editing, {
48944893
mode: 'batch',
48954894
allowDeleting: true,
48964895
allowAdding: true,

0 commit comments

Comments
 (0)