Whitespace.

(cherry picked from commit b55bfb140f)
This commit is contained in:
Scott González 2013-02-26 13:06:58 -05:00 committed by Richard Gibson
parent 6b0aa048c9
commit 89b62a78fc

View File

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