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 aca55c7 commit 7799a5f
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 @@ -83,7 +83,7 @@ $(document).ready(function () {
position: new google.maps.LatLng($(this).find("lat").text(), $(this).find("lng").text()),
icon: new google.maps.MarkerImage(
"assets/img/MapMarkerHQ.png",
new google.maps.Size(40, 64),
new google.maps.Size(207, 358),
new google.maps.Point(0,0), // offset within the scaled sprite
new google.maps.Point(0,0), // anchor point is half of the desired size
new google.maps.Size(40,64) // s
Expand Down

0 comments on commit 7799a5f

Please sign in to comment.