Closed
Description
Since a873558 we must make sure that all objects that are supposed to be events are events. Thus, code like originalEvent: {} must be replaced with originalEvent: new jQuery.Event()
Since a873558 we must make sure that all objects that are supposed to be events are events. Thus, code like originalEvent: {} must be replaced with originalEvent: new jQuery.Event()