Skip to content

Commit 1f4ac11

Browse files
committed
remove trailing comma
1 parent ed0a051 commit 1f4ac11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ map.on('click', function (event) {
4646
L.tileLayer('./tiles/{z}/{x}/{y}.png', {
4747
noWrap: true,
4848
bounds: rc.getMaxBounds(),
49-
maxNativeZoom: rc.zoomLevel(),
49+
maxNativeZoom: rc.zoomLevel()
5050
}).addTo(map)
5151
```
5252

0 commit comments

Comments
 (0)