From be91662823b9703b60f49777886e7abcaa6b58c1 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Mon, 15 Jan 2018 09:42:35 +0100 Subject: [PATCH] Rename _ol_interaction_ExtentEventType to ExtentEventType --- src/ol/interaction/Extent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/interaction/Extent.js b/src/ol/interaction/Extent.js index bb445d9a53..feb476f41f 100644 --- a/src/ol/interaction/Extent.js +++ b/src/ol/interaction/Extent.js @@ -11,7 +11,7 @@ import {boundingExtent, getArea} from '../extent.js'; import GeometryType from '../geom/GeometryType.js'; import Point from '../geom/Point.js'; import {fromExtent as polygonFromExtent} from '../geom/Polygon.js'; -import _ol_interaction_ExtentEventType_ from '../interaction/ExtentEventType.js'; +import ExtentEventType from '../interaction/ExtentEventType.js'; import PointerInteraction from '../interaction/Pointer.js'; import VectorLayer from '../layer/Vector.js'; import VectorSource from '../source/Vector.js'; @@ -454,7 +454,7 @@ ExtentInteraction.prototype.setExtent = function(extent) { * @extends {ol.events.Event} */ ExtentInteraction.Event = function(extent) { - Event.call(this, _ol_interaction_ExtentEventType_.EXTENTCHANGED); + Event.call(this, ExtentEventType.EXTENTCHANGED); /** * The current extent.