fix index error
This commit is contained in:
parent
3aebf7d2c2
commit
e51635c4bb
@ -45,8 +45,7 @@ define(function () {
|
|||||||
var next = document.createTextNode("");
|
var next = document.createTextNode("");
|
||||||
window.inner.appendChild(next);
|
window.inner.appendChild(next);
|
||||||
el = next;
|
el = next;
|
||||||
j = 0;
|
j = -1;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
i = (i + 1) % l;
|
i = (i + 1) % l;
|
||||||
j++;
|
j++;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user