Entertain the compiler

This commit is contained in:
Andreas Hocevar
2017-10-23 11:38:53 +02:00
parent dfa3cbf4e2
commit 4a73754b93
4 changed files with 12 additions and 5 deletions

View File

@@ -29,7 +29,7 @@ ol.renderer.canvas.VectorLayer = function(vectorLayer) {
* @private
*/
this.declutterTree_ = vectorLayer.getDeclutter() ?
ol.ext.rbush(9, ['[0]', '[1]', '[2]', '[3]']) : null;
ol.ext.rbush(9) : null;
/**
* @private