Fix tabs in delegate test.

This commit is contained in:
John Resig 2011-05-10 12:43:34 -04:00
parent a5e407cafb
commit 1ec003f10c
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 4bcc09702d6dadfd0b90c7de3c8b206e97ff97f4 Subproject commit 2f96e523f77c69fa99138e49d923c44c9bdfae51

View file

@ -280,10 +280,10 @@
jQuery("#boundSubmit").blink(); jQuery("#boundSubmit").blink();
}); });
var n = 0; var n = 0;
$("div.out").live("mouseleave", function() { $("div.out").live("mouseleave", function() {
$("p:last", this).text(++n); $("p:last", this).text(++n);
}); });
</script> </script>
</body> </body>
</html> </html>