diff --git a/src/components/gmaps.js b/src/components/gmaps.js index 8789412..e837bcf 100644 --- a/src/components/gmaps.js +++ b/src/components/gmaps.js @@ -56,7 +56,7 @@ const Gmaps = React.createClass({ isMapCreated: true }); if (this.props.onMapCreated) { - this.props.onMapCreated(); + this.props.onMapCreated(this.map, google.maps); } },