Skip to content

Commit 08f80d3

Browse files
brandonmullElliott Marquez
authored andcommitted
fix google-map _updateMarkers to set markers property correctly
1 parent 674ad13 commit 08f80d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557

558558
this._observeMarkers();
559559

560-
this.markers = this._setMarkers(newMarkers);
560+
this._setMarkers(newMarkers);
561561

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

0 commit comments

Comments
 (0)