]> source.dussan.org Git - jquery.git/commitdiff
Fix tabs in delegate test.
authorJohn Resig <jeresig@gmail.com>
Tue, 10 May 2011 16:43:34 +0000 (12:43 -0400)
committerJohn Resig <jeresig@gmail.com>
Tue, 10 May 2011 16:43:34 +0000 (12:43 -0400)
src/sizzle
test/delegatetest.html

index 4bcc09702d6dadfd0b90c7de3c8b206e97ff97f4..2f96e523f77c69fa99138e49d923c44c9bdfae51 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 4bcc09702d6dadfd0b90c7de3c8b206e97ff97f4
+Subproject commit 2f96e523f77c69fa99138e49d923c44c9bdfae51
index a5c6db17a83069119b159879c5a1e1afaabbf245..46efab894950d10d706ea7d767266cd16f7737e1 100644 (file)
                jQuery("#boundSubmit").blink();
        });
 
-var n = 0;
-$("div.out").live("mouseleave", function() {
-    $("p:last", this).text(++n);
-});
+       var n = 0;
+       $("div.out").live("mouseleave", function() {
+               $("p:last", this).text(++n);
+       });
         </script>
     </body>
 </html>