diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-02-26 13:06:58 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-02-26 13:06:58 -0500 |
commit | b55bfb140f4ccf871a38ec52f21f7ca698515e52 (patch) | |
tree | 7944eb20510f4e4ce541373297b7d45078b6af0d | |
parent | 2bbc3d5860b81e128cd92f865673e10046caac7d (diff) | |
download | jquery-b55bfb140f4ccf871a38ec52f21f7ca698515e52.tar.gz jquery-b55bfb140f4ccf871a38ec52f21f7ca698515e52.zip |
Whitespace.
-rw-r--r-- | src/event.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/event.js b/src/event.js index 8a52c60ea..e65be9a54 100644 --- a/src/event.js +++ b/src/event.js @@ -568,7 +568,8 @@ jQuery.event = { var e = jQuery.extend( new jQuery.Event(), event, - { type: type, + { + type: type, isSimulated: true, originalEvent: {} } |