Minor apidoc change

This commit is contained in:
Éric Lemoine
2014-06-30 09:07:55 +02:00
parent 355ca67b86
commit ef1414c508

View File

@@ -86,7 +86,7 @@ ol.events.condition.never = goog.functions.FALSE;
/**
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
* @return {boolean} True if the event is a `singleclick` event.
* @return {boolean} True if the event is a map `singleclick` event.
* @todo api
*/
ol.events.condition.singleClick = function(mapBrowserEvent) {