Rename _ol_structs_RBush_ to RBush

This commit is contained in:
Frederic Junod
2017-12-17 08:55:43 +01:00
parent 60eddb233b
commit 56163c5f37
7 changed files with 32 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ import _ol_render_webgl_PolygonReplay_ from '../../../../../src/ol/render/webgl/
import _ol_render_webgl_polygonreplay_defaultshader_ from '../../../../../src/ol/render/webgl/polygonreplay/defaultshader.js';
import _ol_render_webgl_polygonreplay_defaultshader_Locations_ from '../../../../../src/ol/render/webgl/polygonreplay/defaultshader/Locations.js';
import _ol_structs_LinkedList_ from '../../../../../src/ol/structs/LinkedList.js';
import _ol_structs_RBush_ from '../../../../../src/ol/structs/RBush.js';
import RBush from '../../../../../src/ol/structs/RBush.js';
import _ol_style_Fill_ from '../../../../../src/ol/style/Fill.js';
import _ol_style_Stroke_ from '../../../../../src/ol/style/Stroke.js';
@@ -84,7 +84,7 @@ describe('ol.render.webgl.PolygonReplay', function() {
var list, rtree;
beforeEach(function() {
list = new _ol_structs_LinkedList_();
rtree = new _ol_structs_RBush_();
rtree = new RBush();
});
describe('#createPoint_', function() {