Fix jsdoc

This commit is contained in:
Tom Payne
2014-03-27 19:11:51 +01:00
parent 16054cb753
commit 0ec6bc6325

View File

@@ -132,9 +132,9 @@ ol.interaction.Select.prototype.handleMapBrowserEvent =
/**
* @param {?ol.Feature|undefined} feature Feature.
* @param {Boolean} add Add
* @param {Boolean} remove Remove
* @param {Boolean} toggle Toggle
* @param {boolean} add Add.
* @param {boolean} remove Remove.
* @param {boolean} toggle Toggle.
* @private
* @todo stability experimental
*/