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:18:36 +0200 |
| commit | 790696836fed1302c67fd091e0d23466b9bb182b (patch) | |
| tree | b80456fea767f73a03fd198c742ddc2959a7cd42 /js_tests | |
| parent | 341f44448c899719f123699fb014725802a650af (diff) | |
[1.11.x] Bumped minimum ESLint version to 4.18.2.
Backport of ad7b438002f1ab2a0ccb321012182991737ea84e from master.
Diffstat (limited to 'js_tests')
| -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 2ff6a14577..794edc638c 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'); |
