Files
DefinitelyTyped/types/leaflet-fullscreen/leaflet-fullscreen-tests.ts
Andy b6c343f2b3 Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages

* Fix leaflet lint
2017-03-31 11:01:26 -07:00

6 lines
103 B
TypeScript

const map = L.map('map', {
center: [51.505, -0.09],
zoom: 13,
fullscreenControl: true,
});