Merge pull request #8413 from tschaub/jsdoc-fix

Remove extra curly in type
This commit is contained in:
Tim Schaub
2018-07-20 19:00:34 -07:00
committed by GitHub

View File

@@ -137,7 +137,7 @@ class DragBox extends PointerInteraction {
/**
* Function to execute just before `onboxend` is fired
* @type {{function(this:module:ol/interaction/DragBox, module:ol/MapBrowserEvent)}}
* @type {function(this:module:ol/interaction/DragBox, module:ol/MapBrowserEvent)}
* @private
*/
this.onBoxEnd_ = options.onBoxEnd ? options.onBoxEnd : UNDEFINED;