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

View file

@ -280,10 +280,10 @@
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>