Fix failing specs for skipping invalid map markers

This commit is contained in:
Angel Perez
2018-05-28 11:44:43 -04:00
parent dbed904a4e
commit 9575aa5a42
2 changed files with 17 additions and 16 deletions

View File

@@ -103,8 +103,6 @@ App.Map =
marker.options['id'] = i.investment_id
marker.on 'click', openMarkerPopup
add_marker=createMarker(i.lat , i.long)
add_marker.bindPopup(contentPopup(i.investment_title, i.investment_id, i.budget_id))
toggleMap: ->
$('.map').toggle()