1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[2.2.x] Bumped minimum ESLint version to 4.18.2.

Backport of ad7b438002 from master.
This commit is contained in:
Markus Holtermann
2019-06-21 17:57:36 +02:00
committed by Mariusz Felisiak
parent e6b2471ce7
commit 2525785880
10 changed files with 107 additions and 107 deletions

View File

@@ -54,7 +54,7 @@ QUnit.test('add/remove form events', function(assert) {
QUnit.test('existing add button', function(assert) {
var $ = django.jQuery;
$('#qunit-fixture').empty(); // Clear the table added in beforeEach
$('#qunit-fixture').empty(); // Clear the table added in beforeEach
$('#qunit-fixture').append($('#tabular-formset').text());
this.table = $('table.inline');
this.inlineRow = this.table.find('tr');