erroneous semicolon
This commit is contained in:
parent
370997c324
commit
7daf1a23a0
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ Ox.loop = function() {
|
||||||
for (i = start; step > 0 ? i < stop : i > stop; i += step) {
|
for (i = start; step > 0 ? i < stop : i > stop; i += step) {
|
||||||
if (callback(i) === false) {
|
if (callback(i) === false) {
|
||||||
break;
|
break;
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
return i;
|
return i;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue