diff --git a/src/ol/interaction/interactiondefaults.js b/src/ol/interaction/interactiondefaults.js index 93705d54dd..65d8aae9fd 100644 --- a/src/ol/interaction/interactiondefaults.js +++ b/src/ol/interaction/interactiondefaults.js @@ -32,9 +32,6 @@ goog.require('ol.interaction.PinchZoom'); * * {@link ol.interaction.MouseWheelZoom} * * {@link ol.interaction.DragZoom} * - * Note that DragZoom renders a box as a vector polygon, so this interaction - * should be excluded if you want a build with no vector support. - * * @param {olx.interaction.DefaultsOptions=} opt_options Defaults options. * @return {ol.Collection.