Skip to content

Commit

Permalink
Update to Leaflet 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Apr 15, 2016
1 parent da3bcb7 commit 4b50194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<meta name='viewport' content='width=device-width, user-scalable=no initial-scale=1, maximum-scale=1'>

<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
<link rel="stylesheet" href="../dist/Control.Geocoder.css" />

<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet-src.js"></script>
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
<script src="../dist/Control.Geocoder.js"></script>
<style type="text/css">
body {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "~0.7.3"
"leaflet": "~0.7.7"
},
"devDependencies": {
"browserify": "^11.0.1",
Expand Down

0 comments on commit 4b50194

Please sign in to comment.