Merge pull request #1651 from twpayne/fix-rbush-remove
Fix ol.structs.RBush#remove
This commit is contained in:
@@ -319,7 +319,7 @@ describe('ol.structs.RBush', function() {
|
||||
|
||||
describe('#remove', function() {
|
||||
|
||||
it('can remove all 2000 objects', function() {
|
||||
it('can remove all 1000 objects', function() {
|
||||
var objs = rBush.getAll();
|
||||
var i, value;
|
||||
for (i = objs.length - 1; i >= 0; --i) {
|
||||
|
||||
Reference in New Issue
Block a user