drag handler constructor should call its parent

This commit is contained in:
Éric Lemoine
2012-07-11 17:46:57 +02:00
parent be0f73fb11
commit 3936c62e77

View File

@@ -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}