Fix tabs in delegate test.
This commit is contained in:
parent
a5e407cafb
commit
1ec003f10c
|
@ -1 +1 @@
|
|||
Subproject commit 4bcc09702d6dadfd0b90c7de3c8b206e97ff97f4
|
||||
Subproject commit 2f96e523f77c69fa99138e49d923c44c9bdfae51
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue