Skip to content

Commit

Permalink
fix(MarkerClusterer): correct native doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchentw committed Oct 26, 2017
1 parent b071687 commit f36efa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/addons/MarkerClusterer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { MAP, ANCHOR, MARKER_CLUSTERER } from "../../constants"
/**
* A wrapper around `MarkerClusterer`
*
* @see https://github.com/mahnunchik/markerclustererplus
* @see https://github.com/mahnunchik/markerclustererplus/blob/master/docs/reference.html
*/
export class MarkerClusterer extends React.PureComponent {
static propTypes = {
Expand Down Expand Up @@ -214,7 +214,7 @@ export class MarkerClusterer extends React.PureComponent {
}

/*
* @see https://github.com/mahnunchik/markerclustererplus
* @see https://github.com/mahnunchik/markerclustererplus/blob/master/docs/reference.html
*/
constructor(props, context) {
super(props, context)
Expand Down

0 comments on commit f36efa6

Please sign in to comment.