Merge 6872ec4ee077888a263bafe4b4d73d5a75b609f8 into 77f7cab540d113bf6073152c1bb743c292a435ba

This commit is contained in:
Felix Maier 2017-01-10 02:23:36 +00:00 committed by GitHub
commit 2783f46796

View File

@ -573,7 +573,7 @@ S2.stepKey = function (key, num) {
var otherS = otherL.toString(4); var otherS = otherL.toString(4);
if ('0' === otherS) { 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) { while (otherS.length < level) {