Skip to content

Commit

Permalink
correction get lat/lng
Browse files Browse the repository at this point in the history
  • Loading branch information
trecouvr committed Dec 18, 2011
1 parent 69030af commit 298e57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gmap.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
marker,
eventname,
function(e) {
callback(e.latLng.Pa, e.latLng.Qa, e.pixel.x, e.pixel.y);});
callback(e.latLng.lat(), e.latLng.lng(), e.pixel.x, e.pixel.y);});

}

0 comments on commit 298e57a

Please sign in to comment.