Skip to content

Commit

Permalink
removed trailing comma from mapslib example options
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Mar 4, 2015
1 parent b6c3626 commit 8d4270f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h4>Your JavaScript is disabled</h4>
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
locationColumn: "geometry",
map_center: [41.8781136, -87.66677856445312],
locationScope: "chicago",
locationScope: "chicago"
});

var autocomplete = new google.maps.places.Autocomplete(document.getElementById('search_address'));
Expand Down
2 changes: 1 addition & 1 deletion index_iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h4>Your JavaScript is disabled</h4>
googleApiKey: "AIzaSyA3FQFrNr5W2OEVmuENqhb2MBB2JabdaOY",
locationColumn: "geometry",
map_center: [41.8781136, -87.66677856445312],
locationScope: "chicago",
locationScope: "chicago"
});


Expand Down

0 comments on commit 8d4270f

Please sign in to comment.