mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-14 05:10:09 +08:00
Fix tests
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
import * as L from 'leaflet';
|
||||
import 'leaflet.polylinemeasure';
|
||||
|
||||
|
||||
let map = L.map('map', {center: L.latLng(43.24209, 76.87743), zoom:15});
|
||||
const map = L.map('map', {center: L.latLng(43.24209, 76.87743), zoom:15});
|
||||
|
||||
L.tileLayer("http://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png", {
|
||||
subdomains:['a', 'b', 'c'],
|
||||
|
||||
Reference in New Issue
Block a user