Minor fix.

This commit is contained in:
Julien Fontanet 2014-01-08 23:04:41 +01:00
parent e8ff2f8229
commit 86d40b774e

View File

@ -290,6 +290,7 @@ class $MappedCollection2 extends $EventEmitter
n = hooks.length
while not stopped and i < n
hook.call ctx, event
++i
# TODO: Is exception handling necessary to have the wanted
# behavior?