Merge pull request #8692 from wallw-bits/fix-typecheck-cluster

Type check fixes for Cluster source
This commit is contained in:
Tim Schaub
2018-09-21 23:11:58 -06:00
committed by GitHub

View File

@@ -50,8 +50,6 @@ class Cluster extends VectorSource {
constructor(options) {
super({
attributions: options.attributions,
extent: options.extent,
projection: options.projection,
wrapX: options.wrapX
});