This commit is contained in:
mourner 2010-09-21 12:25:30 +03:00
parent a523cc7c63
commit 0178d1c2d1

View File

@ -1,3 +1,7 @@
/*
* Provides L.Map with convenient shortcuts for W3C geolocation.
*/
L.Map.include({
locate: function() {
if (navigator.geolocation) {