Remove goog.fx.Dragger

This commit is contained in:
Andreas Hocevar
2016-01-26 13:42:37 +01:00
parent 6ac3f30c8f
commit 7e27ba1d42
5 changed files with 103 additions and 47 deletions

View File

@@ -55,7 +55,7 @@ ol.pointer.PointerEvent = function(type, browserEvent, opt_eventDict) {
* @const
* @type {Event}
*/
this.originalEvent = browserEvent;
this.browserEvent = browserEvent;
var eventDict = opt_eventDict ? opt_eventDict : {};