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 17:57:35 +0200 |
| commit | ad7b438002f1ab2a0ccb321012182991737ea84e (patch) | |
| tree | c7fb103810fd1bf51a25d36566a6029d7c501b08 /js_tests | |
| parent | 87b1ad6e7351464c60e751b483d9dfce3a2d3382 (diff) | |
Bumped minimum ESLint version to 4.18.2.
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 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'); |
