Add basic docs for modifyinteraction

This commit is contained in:
Marc Jansen
2015-04-22 14:20:06 +02:00
parent f756246efc
commit 73b103a19c

View File

@@ -535,6 +535,8 @@ ol.interaction.Modify.handleUpEvent_ = function(evt) {
/**
* Handles the {@link ol.MapBrowserEvent map browser event} and may modify the
* geometry.
* @param {ol.MapBrowserEvent} mapBrowserEvent Map browser event.
* @return {boolean} `false` to stop event propagation.
* @this {ol.interaction.Modify}