aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2013-02-26 13:06:58 -0500
committerScott González <scott.gonzalez@gmail.com>2013-02-26 13:06:58 -0500
commitb55bfb140f4ccf871a38ec52f21f7ca698515e52 (patch)
tree7944eb20510f4e4ce541373297b7d45078b6af0d
parent2bbc3d5860b81e128cd92f865673e10046caac7d (diff)
downloadjquery-b55bfb140f4ccf871a38ec52f21f7ca698515e52.tar.gz
jquery-b55bfb140f4ccf871a38ec52f21f7ca698515e52.zip
Whitespace.
-rw-r--r--src/event.js3
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: {}
}