currently it's passed in type as a formal parameter: ``` dispatchEvent: function( elem, type, event ) ``` can't we just use `event.type`?
currently it's passed in type as a formal parameter:
can't we just use
event.type?