Rename _ol_Overlay_ to Overlay

This commit is contained in:
Frederic Junod
2017-12-18 12:41:31 +01:00
parent 8cae7abb3e
commit db69f0ae44
4 changed files with 40 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ import MapEventType from '../MapEventType.js';
import _ol_MapProperty_ from '../MapProperty.js';
import _ol_Object_ from '../Object.js';
import ObjectEventType from '../ObjectEventType.js';
import _ol_Overlay_ from '../Overlay.js';
import Overlay from '../Overlay.js';
import OverlayPositioning from '../OverlayPositioning.js';
import _ol_ViewProperty_ from '../ViewProperty.js';
import Control from '../control/Control.js';
@@ -140,7 +140,7 @@ var OverviewMap = function(opt_options) {
* @type {ol.Overlay}
* @private
*/
this.boxOverlay_ = new _ol_Overlay_({
this.boxOverlay_ = new Overlay({
position: [0, 0],
positioning: OverlayPositioning.BOTTOM_LEFT,
element: box