Skip to content

Commit

Permalink
version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Aug 4, 2015
1 parent 537173c commit 409bef9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dist/components/infoWindow.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,12 @@ var InfoWindow = React.createClass({
getOptions: function getOptions(props) {
return {
content: props.content,
position: new google.maps.LatLng(props.lat, props.lng) };
disableAutoPan: props.disableAutoPan,
maxWidth: props.maxWidth,
pixelOffset: props.pixelOffset,
position: new google.maps.LatLng(props.lat, props.lng),
zIndex: props.zIndex
};
},

open: function open() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-gmaps",
"version": "0.1.11",
"version": "0.1.12",
"description": "A Google Maps component for React.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 409bef9

Please sign in to comment.