fix index error

This commit is contained in:
ansuz 2016-03-29 15:34:58 +02:00
parent 3aebf7d2c2
commit e51635c4bb

View File

@ -45,8 +45,7 @@ define(function () {
var next = document.createTextNode("");
window.inner.appendChild(next);
el = next;
j = 0;
return;
j = -1;
}
i = (i + 1) % l;
j++;