Better documentation for the singleclick condition
This commit is contained in:
@@ -66,7 +66,7 @@ ol.events.condition.never = goog.functions.FALSE;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
|
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
|
||||||
* @return {boolean} True if the event is a click event.
|
* @return {boolean} True if the event is a `singleclick` event.
|
||||||
* @todo stability experimental
|
* @todo stability experimental
|
||||||
*/
|
*/
|
||||||
ol.events.condition.singleClick = function(mapBrowserEvent) {
|
ol.events.condition.singleClick = function(mapBrowserEvent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user