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
+1 -1
View File
@@ -15,7 +15,7 @@ goog.require('ol.style.Style');
* @classdesc
* Allows the user to zoom the map by clicking and dragging on the map,
* normally combined with an {@link ol.events.condition} that limits
* it to when the shift key is held down.
* it to when a key, shift by default, is held down.
*
* @constructor
* @extends {ol.interaction.DragBox}