]> 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)
committerScott González <scott.gonzalez@gmail.com>
Tue, 26 Feb 2013 18:06:58 +0000 (13:06 -0500)
src/event.js

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