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' },