chore: add missing string parameter
This commit is contained in:
parent
f9175e98b9
commit
702713e768
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ U.FeatureMixin = {
|
||||||
this.addInteractions()
|
this.addInteractions()
|
||||||
this.parentClass.prototype.initialize.call(this, latlng, options)
|
this.parentClass.prototype.initialize.call(this, latlng, options)
|
||||||
},
|
},
|
||||||
_checkId: function () {
|
_checkId: function (string) {
|
||||||
return typeof string !== 'undefined'
|
return typeof string !== 'undefined'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue