Rename _ol_Observable_ to Observable

This commit is contained in:
Tim Schaub
2018-01-08 10:01:38 -07:00
parent 1c1f008238
commit 35db8721b2
8 changed files with 32 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
import Map from '../src/ol/Map.js';
import _ol_Observable_ from '../src/ol/Observable.js';
import Observable from '../src/ol/Observable.js';
import _ol_Overlay_ from '../src/ol/Overlay.js';
import {getArea, getLength} from '../src/ol/sphere.js';
import View from '../src/ol/View.js';
@@ -238,7 +238,7 @@ function addInteraction() {
// unset tooltip so that a new one can be created
measureTooltipElement = null;
createMeasureTooltip();
_ol_Observable_.unByKey(listener);
Observable.unByKey(listener);
}, this);
}