new MVC.SyntheticEvent('click').send(MVC.$E('id'))new MVC.SyntheticEvent(type, options) -> mvc.syntheticevent
Sets up a synthetic event.
{String} - type of event, ex: 'click'
{Object} -
send(element) -> undefined
{HTMLElement} - the element that will be the target of the event.