🐛 Fix undefined reference to syntheticEvent

This commit is contained in:
Thomas Johansen 2015-08-25 08:34:02 +02:00
parent aed785924d
commit 919445cf8a

View File

@ -248,7 +248,7 @@ class CommandRegistry
break if propagationStopped
currentTarget = currentTarget.parentNode ? window
@emitter.emit 'did-dispatch', syntheticEvent
@emitter.emit 'did-dispatch', dispatchedEvent
matched