dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

Fixing array check in onDestroyed #102

Closed maddijoyce closed 8 years ago

maddijoyce commented 8 years ago

Just a small change; Currently the onDestroyed stuff is never called, because the check is on the root GoogleMaps element, not the maps object within it.

dburles commented 8 years ago

Thanks @maddijoyce wow, how did I miss that? :)