typo fix windows -> window

这个提交包含在:
AJ ONeal 2016-07-25 22:05:28 -04:00 提交者 GitHub
父节点 e3a7a4519b
当前提交 8c15c5a1d7

查看文件

@ -312,7 +312,7 @@ S2.S2Cell.prototype.getNeighbors = function() {
// Adapted from Leafletjs https://searchcode.com/codesearch/view/42525008/
var L = { LatLng: {} };
windows.L = L;
window.L = L;
L.LatLng.DEG_TO_RAD = Math.PI / 180;
L.LatLng.RAD_TO_DEG = 180 / Math.PI;