Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: google is not defined when using fitBounds #1652

Merged
1 commit merged into from
Jun 11, 2019
Merged

Conversation

PavleO
Copy link
Contributor

@PavleO PavleO commented Jun 10, 2019

fixes #1586
Add two more checks before using google.maps.LatLngBounds() in _updateBounds function

fixes sebholstein#1586
Add two more checks before using  google.maps.LatLngBounds()
@codecov
Copy link

codecov bot commented Jun 10, 2019

Codecov Report

Merging #1652 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1652   +/-   ##
=======================================
  Coverage   33.35%   33.35%           
=======================================
  Files          37       37           
  Lines        1646     1646           
  Branches      131      131           
=======================================
  Hits          549      549           
  Misses       1095     1095           
  Partials        2        2
Impacted Files Coverage Δ
packages/core/directives/map.ts 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 21efc4f...5d92a34. Read the comment docs.

@ghost ghost merged commit c9e1313 into sebholstein:master Jun 11, 2019
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ERROR Error: google is not defined when using fitBounds
1 participant