diff --git a/source/Ox/js/Collection.js b/source/Ox/js/Collection.js index b97fe5b7..00c24514 100644 --- a/source/Ox/js/Collection.js +++ b/source/Ox/js/Collection.js @@ -176,7 +176,7 @@ Ox.forEach = function(collection, iterator, that) { } } } - } catch(error) { + } catch (error) { if (error !== Ox.BreakError) { throw error; }