Skip to content

Commit

Permalink
No pulse on existing markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylor committed May 2, 2012
1 parent ca9e0eb commit 614af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/desktop.ejs
Expand Up @@ -39,7 +39,7 @@
map.addLayer(markers); map.addLayer(markers);
$.each(recentMarkers, function(i, marker) { $.each(recentMarkers, function(i, marker) {
var el = $('<div class="marker"><div class="point"></div><div class="pulse"></div></div>'); // and bind to newComment as well. var el = $('<div class="marker"><div class="point"></div></div>'); // and bind to newComment as well.
markers.addMarker(el[0], new MM.Location(marker.stop_lat, marker.stop_lon)); markers.addMarker(el[0], new MM.Location(marker.stop_lat, marker.stop_lon));
}); });
Expand Down

0 comments on commit 614af34

Please sign in to comment.