Whitespace.

This commit is contained in:
Scott González 2013-02-26 13:06:58 -05:00
parent 2bbc3d5860
commit b55bfb140f

View File

@ -568,7 +568,8 @@ jQuery.event = {
var e = jQuery.extend(
new jQuery.Event(),
event,
{ type: type,
{
type: type,
isSimulated: true,
originalEvent: {}
}