We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 225ba52 commit 8a12765Copy full SHA for 8a12765
tests/plugins/test_marker_cluster.py
@@ -49,7 +49,7 @@ def test_marker_cluster():
49
var {{marker.get_name()}} = L.marker(
50
[{{marker.location[0]}},{{marker.location[1]}}],
51
{
52
- icon: new L.Icon.Default()
+ icon: new L.Icon.Default(),
53
}
54
)
55
.addTo({{this.get_name()}});
0 commit comments