Merge pull request #1651 from twpayne/fix-rbush-remove

Fix ol.structs.RBush#remove
This commit is contained in:
Tom Payne
2014-02-06 13:56:24 +01:00
2 changed files with 50 additions and 46 deletions

View File

@@ -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) {