fix index error

pull/1/head
ansuz 9 years ago
parent 3aebf7d2c2
commit e51635c4bb

@ -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++;

Loading…
Cancel
Save