]> source.dussan.org Git - jquery.git/commitdiff
Whitespace.
authorScott González <scott.gonzalez@gmail.com>
Tue, 26 Feb 2013 18:06:58 +0000 (13:06 -0500)
committerRichard Gibson <richard.gibson@gmail.com>
Tue, 26 Feb 2013 18:43:49 +0000 (13:43 -0500)
(cherry picked from commit b55bfb140f4ccf871a38ec52f21f7ca698515e52)

src/event.js

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