Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix order of loading map.js and the map api (PokemonGoF#2043)
* Let's load map.js first. The callback for the api requires initMap to be defined or things break. * Furthermore, defer, but don't async, the api call so we're sure everything is ready to go before it fires.
- Loading branch information