summaryrefslogtreecommitdiff
path: root/js_tests/gis
AgeCommit message (Collapse)Author
2020-04-29Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne
2020-04-29Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne
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-03-16Bumped minimum ESLint version to 6.8.0.Jon Dufresne
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
Thanks Tim Graham for the review.
2016-12-19Updated to QUnit 2.0.1.Tim Graham
2016-07-31Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz
2015-10-07Added basic JS tests for OLMapWidget.jsClaude Paroz
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.