Skip to content

Commit

Permalink
Merge pull request #38 from briandeanda/initial
Browse files Browse the repository at this point in the history
Clean up
  • Loading branch information
dcarrot2 committed Aug 3, 2015
2 parents 6724099 + a4b56f6 commit e7a124f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/map.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@
var info = data["events"];

$.each(info, function(){
console.log(this.name);
var contentString = '<h4>' + this.name + '</h4><hr>' +
'<p>' + this.summary + '</p>';
var pos;
pos = new google.maps.LatLng(this.lat,
this.long);

console.log(pos);
var marker = new google.maps.Marker({
map: map,
position: pos
Expand Down

0 comments on commit e7a124f

Please sign in to comment.