diff options
| author | Markus Holtermann <info@markusholtermann.eu> | 2019-06-21 17:57:36 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-06-21 18:04:44 +0200 |
| commit | 20968e3eaee8977da3003e18f09acc3741567814 (patch) | |
| tree | 5be386ed161fcc4a463d18ab99d8cb1d410e9c68 /js_tests/admin | |
| parent | d58f8e4235001a1673bf62bfe3e397fc9bbb41b4 (diff) | |
[2.1.x] Bumped minimum ESLint version to 4.18.2.
Backport of ad7b438002f1ab2a0ccb321012182991737ea84e from master.
Diffstat (limited to 'js_tests/admin')
| -rw-r--r-- | js_tests/admin/inlines.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js_tests/admin/inlines.test.js b/js_tests/admin/inlines.test.js index 7b7097939c..433ea0672a 100644 --- a/js_tests/admin/inlines.test.js +++ b/js_tests/admin/inlines.test.js @@ -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'); |
