Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 5580228

Browse files
authoredMar 28, 2017
Merge pull request gmaps-marker-clusterer#24 from gmaps-marker-clusterer/fix/style-documentation
fix property type definition
2 parents 02ac244 + 6f79ebd commit 5580228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/markerclusterer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* is shown.
5252
* 'ignoreHiddenMarkers': (boolean) Whether to ignore markers that are not
5353
* visible or count and cluster them anyway
54-
* 'styles': (object) An object that has style properties:
54+
* 'styles': (Array) An array of objects with these properties:
5555
* 'url': (string) The image url.
5656
* 'height': (number) The image height.
5757
* 'width': (number) The image width.

0 commit comments

Comments
 (0)
This repository has been archived.