From bee482785ab2dff5b4f83aa83c241b0b7d2509d4 Mon Sep 17 00:00:00 2001 From: Peter Vysotsky Date: Wed, 20 Jan 2016 20:13:13 +0600 Subject: [PATCH] Fix typo --- src/markerclusterer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markerclusterer.js b/src/markerclusterer.js index ebf218c..6cd1cd1 100755 --- a/src/markerclusterer.js +++ b/src/markerclusterer.js @@ -1012,7 +1012,7 @@ Cluster.prototype.updateIcon = function() { return; } - if (markers_.length < this.minClusterSize_) { + if (markers.length < this.minClusterSize_) { // Min cluster size not yet reached. this.clusterIcon_.hide(); return;