drag handler constructor should call its parent
This commit is contained in:
@@ -24,6 +24,7 @@ goog.require('goog.fx.Dragger');
|
|||||||
* @param {Object} states An object for the handlers to share states.
|
* @param {Object} states An object for the handlers to share states.
|
||||||
*/
|
*/
|
||||||
ol.handler.Drag = function(map, elt, states) {
|
ol.handler.Drag = function(map, elt, states) {
|
||||||
|
goog.base(this);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @type {ol.Map}
|
* @type {ol.Map}
|
||||||
|
|||||||
Reference in New Issue
Block a user