Skip to content

Commit

Permalink
Moved event firing to open change listener
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwittenbrink committed Oct 5, 2015
1 parent 221bd5f commit 25be3da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions google-map-marker.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@
if (this.marker) {
this.marker.setMap(this.map);
}
if (this.open)
this.fire('google-map-marker-open');
},

_updatePosition: function() {
Expand Down

0 comments on commit 25be3da

Please sign in to comment.