Fixing typo

This commit is contained in:
ahocevar
2013-09-24 15:06:22 +02:00
parent 5c98a47581
commit 9e274a61db

View File

@@ -67,7 +67,7 @@ The above snippets can be conflated to a self contained map configuration with v
center: [0, 0], center: [0, 0],
zoom: 2 zoom: 2
}), }),
target: 'div' target: 'map'
}); });
</script> </script>
``` ```