typo fix windows -> window

This commit is contained in:
AJ ONeal 2016-07-25 22:05:28 -04:00 committed by GitHub
parent e3a7a4519b
commit 8c15c5a1d7
1 changed files with 1 additions and 1 deletions

View File

@ -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;