1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/js_tests
Jon Dufresne 5d37cc703b Fixed #31493 -- Replaced var with const and let keywords in JavaScript.
The eslint configuration and the admin script compress.py have been
updated for ES6.

The unused fallback of globals.django in jquery.init.js was removed. It
is always included before jsi18n-mocks.test.js and it always sets the
global value.
2020-04-29 10:22:41 +02:00
..
admin Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
gis Fixed #31493 -- Replaced var with const and let keywords in JavaScript. 2020-04-29 10:22:41 +02:00
tests.html Refs #31032 -- Removed unsupported browsers workarounds and comments in admin's JavaScript. 2020-03-23 06:19:10 +01:00