Skip to content

Commit

Permalink
version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Jul 5, 2015
1 parent ec04664 commit 87eb3d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/components/gmaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var Gmaps = React.createClass({
script.setAttribute("src", src);
document.head.appendChild(script);
} else {
this.mapsCallback();
setTimeout(this.mapsCallback);
}
},

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.9",
"version": "0.1.10",
"description": "A Google Maps component for React.js",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 87eb3d2

Please sign in to comment.