diff --git a/src/ol/handler/Drag.js b/src/ol/handler/Drag.js index 107e78d78c..ee6dd63285 100644 --- a/src/ol/handler/Drag.js +++ b/src/ol/handler/Drag.js @@ -24,6 +24,7 @@ goog.require('goog.fx.Dragger'); * @param {Object} states An object for the handlers to share states. */ ol.handler.Drag = function(map, elt, states) { + goog.base(this); /** * @type {ol.Map}