Add missing JSDoc tags
This commit is contained in:
@@ -285,6 +285,7 @@ ol.interaction.Select.handleEvent = function(mapBrowserEvent) {
|
||||
/**
|
||||
* @param {ol.Feature|ol.render.Feature} feature Feature.
|
||||
* @param {ol.layer.Layer} layer Layer.
|
||||
* @return {boolean|undefined} Continue to iterate over the features.
|
||||
*/
|
||||
function(feature, layer) {
|
||||
if (this.filter_(feature, layer)) {
|
||||
|
||||
Reference in New Issue
Block a user