Skip to content

Commit

Permalink
fix google-map _updateMarkers to set markers property correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmull authored and Elliott Marquez committed Jun 15, 2018
1 parent 674ad13 commit 08f80d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@

this._observeMarkers();

this.markers = this._setMarkers(newMarkers);
this._setMarkers(newMarkers);

// Set the map on each marker and zoom viewport to ensure they're in view.
this._attachChildrenToMap(this.markers);
Expand Down

0 comments on commit 08f80d3

Please sign in to comment.