Correct/improve dragbox docs

This commit is contained in:
Peter Robins
2014-06-15 10:13:15 -04:00
parent 4925ac9339
commit c1c98b45b9
4 changed files with 11 additions and 3 deletions
+2
View File
@@ -20,6 +20,8 @@ goog.require('ol.easing');
* For example, {@link ol.interaction.KeyboardZoom} is functionally the same as
* {@link ol.control.Zoom}, but triggered by a keyboard event not a button
* element event.
* Although interactions do not have a DOM element, some of them do render
* vectors and so are visible on the screen.
*
* @constructor
* @extends {ol.Observable}