Skip to content

Commit

Permalink
refactor JS functions for simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjtimmons committed Dec 13, 2016
1 parent 8648524 commit e7826de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ $(document).ready(function () {
$.get(url, function (data) {
$(data).find("entry").each(function(){
var marker = new google.maps.Marker({
icon: image
icon: image,
position: new google.maps.LatLng($(this).find("lat").text(), $(this).find("lng").text()),
});

Expand Down

0 comments on commit e7826de

Please sign in to comment.