From 702713e768615b2fea70fc2d135fdc1a193faa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 22 Feb 2024 17:10:52 +0100 Subject: [PATCH] chore: add missing string parameter --- umap/static/umap/js/umap.features.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/js/umap.features.js b/umap/static/umap/js/umap.features.js index b8dd0013..3baacc53 100644 --- a/umap/static/umap/js/umap.features.js +++ b/umap/static/umap/js/umap.features.js @@ -45,7 +45,7 @@ U.FeatureMixin = { this.addInteractions() this.parentClass.prototype.initialize.call(this, latlng, options) }, - _checkId: function () { + _checkId: function (string) { return typeof string !== 'undefined' },