From 6872ec4ee077888a263bafe4b4d73d5a75b609f8 Mon Sep 17 00:00:00 2001 From: Felix Date: Sun, 28 Aug 2016 14:59:32 +0200 Subject: [PATCH] Fix console typo - console.warning -> console.warn --- src/s2geometry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s2geometry.js b/src/s2geometry.js index d4d1bec..ed46eff 100644 --- a/src/s2geometry.js +++ b/src/s2geometry.js @@ -573,7 +573,7 @@ S2.stepKey = function (key, num) { var otherS = otherL.toString(4); if ('0' === otherS) { - console.warning(new Error("face/position wrapping is not yet supported")); + console.warn(new Error("face/position wrapping is not yet supported")); } while (otherS.length < level) {