Assert that an element is removed in ol.structs.RBush#remove_

This commit is contained in:
Frederic Junod
2014-02-03 14:57:28 +01:00
committed by Tom Payne
parent 2b46c037d7
commit ce721bc42f

View File

@@ -660,6 +660,7 @@ ol.structs.RBush.prototype.remove_ = function(extent, value) {
}
}
}
goog.asserts.fail();
};