Rename _ol_View_ to View

This commit is contained in:
Tim Schaub
2018-01-08 09:59:44 -07:00
parent a04144c3c2
commit 1c1f008238
207 changed files with 559 additions and 559 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import {inherits} from '../../../../src/ol/index.js';
import _ol_View_ from '../../../../src/ol/View.js';
import View from '../../../../src/ol/View.js';
import Event from '../../../../src/ol/events/Event.js';
import EventTarget from '../../../../src/ol/events/EventTarget.js';
import GeoJSON from '../../../../src/ol/format/GeoJSON.js';
@@ -16,7 +16,7 @@ where('FileReader').describe('ol.interaction.DragAndDrop', function() {
return viewport;
},
getView: function() {
return new _ol_View_();
return new View();
}
};
interaction = new DragAndDrop({