googlearchive/js-marker-clusterer

Using textSize: 0 in styles reverts font-size to 11 instead of 0

gritzley opened this issue · 1 comments

Using textSize: 0 in styles reverts font-size to 11 instead of 0

on line 1259 in markerclusterer.js it says

var txtSize = this.textSize_ ? this.textSize_ : 11;

if this.textSize_ == 0, this will set txtSize to 11