Remove v2 from CDN src

I think this is an unnecessary leftover from issues with 0.7.1 required a rebuild on the CDN.
This commit is contained in:
Bryan McBride 2014-01-26 22:17:38 -05:00
parent e541e3add2
commit 794747b32c

View File

@ -35,7 +35,7 @@ The latest stable Leaflet release is hosted on a CDN — to start using
it straight away, place this in the `head` of your HTML code:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
### Leaflet Source Code