Add missing JSDoc tags

This commit is contained in:
Frederic Junod
2016-01-25 08:49:30 +01:00
parent 0b70124cdd
commit b7cbd20b6f
3 changed files with 3 additions and 1 deletions

View File

@@ -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)) {