fix index error
This commit is contained in:
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…
x
Reference in New Issue
Block a user