typo fix windows -> window
This commit is contained in:
parent
e3a7a4519b
commit
8c15c5a1d7
|
@ -312,7 +312,7 @@ S2.S2Cell.prototype.getNeighbors = function() {
|
||||||
// Adapted from Leafletjs https://searchcode.com/codesearch/view/42525008/
|
// Adapted from Leafletjs https://searchcode.com/codesearch/view/42525008/
|
||||||
|
|
||||||
var L = { LatLng: {} };
|
var L = { LatLng: {} };
|
||||||
windows.L = L;
|
window.L = L;
|
||||||
|
|
||||||
L.LatLng.DEG_TO_RAD = Math.PI / 180;
|
L.LatLng.DEG_TO_RAD = Math.PI / 180;
|
||||||
L.LatLng.RAD_TO_DEG = 180 / Math.PI;
|
L.LatLng.RAD_TO_DEG = 180 / Math.PI;
|
||||||
|
|
Loading…
Reference in New Issue