Skip to content

Commit

Permalink
Merge pull request #5564 from camptocamp/GSGMF-1235
Browse files Browse the repository at this point in the history
Don't use negative radius
  • Loading branch information
fredj committed Feb 26, 2020
2 parents e1960f5 + 8e79e39 commit 7c6fe61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/googlestreetview/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class GoogleStreetviewController {
/**
* @type {number}
*/
this.radius = -1;
this.radius;


// Injected properties
Expand Down

0 comments on commit 7c6fe61

Please sign in to comment.