Rename _ol_PluggableMap_ to PluggableMap

This commit is contained in:
Frederic Junod
2017-12-21 16:28:16 +01:00
parent 194394f7c5
commit 72fc1ad81a
4 changed files with 64 additions and 64 deletions

View File

@@ -3,7 +3,7 @@
*/
import {inherits} from '../index.js';
import _ol_Collection_ from '../Collection.js';
import _ol_PluggableMap_ from '../PluggableMap.js';
import PluggableMap from '../PluggableMap.js';
import MapEventType from '../MapEventType.js';
import _ol_MapProperty_ from '../MapProperty.js';
import _ol_Object_ from '../Object.js';
@@ -115,7 +115,7 @@ var OverviewMap = function(opt_options) {
* @type {ol.PluggableMap}
* @private
*/
this.ovmap_ = new _ol_PluggableMap_({
this.ovmap_ = new PluggableMap({
controls: new _ol_Collection_(),
interactions: new _ol_Collection_(),
view: options.view