typo
This commit is contained in:
parent
e73b7efc2f
commit
f2be6ebcc0
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@
|
|||
if (key in collection) {
|
||||
try {
|
||||
iterator.call(that, collection[key], key, collection);
|
||||
} catch(error) {
|
||||
} catch (error) {
|
||||
if (error === Ox.BreakError) {
|
||||
i = n;
|
||||
}
|
||||
throw e;
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
i++;
|
||||
|
|
Loading…
Reference in a new issue