From e73b7efc2fe9958a6e3cf00f5a4e6a17dd0db521 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 25 May 2012 11:44:05 +0200 Subject: [PATCH] add space --- source/Ox/js/Collection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }