summaryrefslogtreecommitdiff
path: root/js_tests/admin
diff options
context:
space:
mode:
authorMarkus Holtermann <info@markusholtermann.eu>2019-06-21 17:57:36 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-06-21 18:04:44 +0200
commit20968e3eaee8977da3003e18f09acc3741567814 (patch)
tree5be386ed161fcc4a463d18ab99d8cb1d410e9c68 /js_tests/admin
parentd58f8e4235001a1673bf62bfe3e397fc9bbb41b4 (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.js2
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');