add space

This commit is contained in:
rolux 2012-05-25 11:44:05 +02:00
parent bf02d50909
commit e73b7efc2f

View file

@ -176,7 +176,7 @@ Ox.forEach = function(collection, iterator, that) {
}
}
}
} catch(error) {
} catch (error) {
if (error !== Ox.BreakError) {
throw error;
}