Finally fixing event sequences.

This commit is contained in:
ahocevar
2012-06-21 17:26:23 +02:00
parent 0a1f8cddd8
commit 81a55eb320
7 changed files with 195 additions and 120 deletions

View File

@@ -78,7 +78,9 @@ ol.Map = function() {
* @private
* @type {ol.event.Events}
*/
this.events_ = new ol.event.Events(this);
this.events_ = new ol.event.Events(
this, undefined, false, ['Drag']
);
/**
* @private