Fix console typo

- console.warning -> console.warn
This commit is contained in:
Felix 2016-08-28 14:59:32 +02:00
parent df6d38b5ad
commit 6872ec4ee0
1 changed files with 1 additions and 1 deletions

View File

@ -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) {