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

@@ -60,7 +60,7 @@ ol.source.ImageVector = function(options) {
* Declutter tree.
* @private
*/
this.declutterTree_ = ol.ext.rbush(9, ['[0]', '[1]', '[2]', '[3]']);
this.declutterTree_ = ol.ext.rbush(9);
/**
* @private