diff --git a/source/Ox/js/Core.js b/source/Ox/js/Core.js index 79b5d836..c0825e7c 100644 --- a/source/Ox/js/Core.js +++ b/source/Ox/js/Core.js @@ -256,7 +256,7 @@ Ox.loop = function() { for (i = start; step > 0 ? i < stop : i > stop; i += step) { if (callback(i) === false) { break; - }; + } } return i; };