Skip to content

Commit

Permalink
readme rename
Browse files Browse the repository at this point in the history
  • Loading branch information
PNKBizz committed Jan 18, 2020
1 parent f0fde0c commit 7e369cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/examples/custom-cluster/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default {
clusterBalloonLayout: [
'<ul class=list>',
'{% for geoObject in properties.geoObjects %}',
'<li><a href=# data-placemarkid="{{ geoObject.properties.placemarkId }}" class="list_item">{{ geoObject.properties.balloonContentHeader|raw }}</a></li>',
'<li><a href=# class="list_item">{{ geoObject.properties.balloonContentHeader|raw }}</a></li>',
'{% endfor %}',
'</ul>',
].join(''),
Expand Down

0 comments on commit 7e369cf

Please sign in to comment.