aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-03-31 22:34:23 +0100
committerChristopher Baines <mail@cbaines.net>2015-03-31 22:34:23 +0100
commit1e3a7c1bfedd64e4f47b6b2c4d4a2faed3277942 (patch)
tree8c5fa7cbcc067c89bb56ffdebaa5b4bd674cd475
parentc7b2dfad1af8cd80fb9c498b6367ed4732bec8c8 (diff)
downloadleaflet-indoor-1e3a7c1bfedd64e4f47b6b2c4d4a2faed3277942.tar
leaflet-indoor-1e3a7c1bfedd64e4f47b6b2c4d4a2faed3277942.tar.gz
Add var to map in the exampleHEADmaster
This trips up Internet Explorer...
-rw-r--r--examples/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/index.html b/examples/index.html
index 9dcc2cf..6844590 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -43,7 +43,7 @@
attribution: "Map data &copy; OpenStreetMap contributors"
});
- map = new L.Map('map', {
+ var map = new L.Map('map', {
layers: [osm],
center: new L.LatLng(49.41873, 8.67689),
zoom: 19