diff --git a/src/ol/handler/Drag.js b/src/ol/handler/Drag.js index 0be5ecaeab..8a8bf1597d 100644 --- a/src/ol/handler/Drag.js +++ b/src/ol/handler/Drag.js @@ -1,3 +1,11 @@ +/** + * @fileoverview Drag Handler. + * + * A drag handler uses a goog.fx.Dragger object to receive dragstart, drag, dragend + * events for a DOM element, and re-dispatches these events to the map. + * + */ + goog.provide('ol.handler.Drag'); goog.require('goog.fx.Dragger');