Skip to content

Commit

Permalink
Add #52: Map is not hidden when the DOM element is destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
wf9a5m75 authored and masashiGMS committed May 13, 2014
1 parent a930d6e commit 5ae2f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/googlemaps-cdv-plugin.js
Expand Up @@ -1483,6 +1483,7 @@
var map = window.plugin.google.maps.Map;
if (e.target === map.get("div")) {
map.setVisible(false);
map.set('div', null);
}
});
});
Expand Down

0 comments on commit 5ae2f6e

Please sign in to comment.