aboutsummaryrefslogtreecommitdiffstats
path: root/test/delegatetest.html
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2011-05-10 12:57:55 -0400
committerJohn Resig <jeresig@gmail.com>2011-05-10 12:57:55 -0400
commitc42360b5beb4ad1a3ddca42da18be8a970d1097d (patch)
tree099ef1b556dfc10f70885326bfd67279ce53e015 /test/delegatetest.html
parentd2fea6123f6f8358c8771a48e674922ceddf202b (diff)
downloadjquery-c42360b5beb4ad1a3ddca42da18be8a970d1097d.tar.gz
jquery-c42360b5beb4ad1a3ddca42da18be8a970d1097d.zip
More formatting tweaking.
Diffstat (limited to 'test/delegatetest.html')
-rw-r--r--test/delegatetest.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/delegatetest.html b/test/delegatetest.html
index 46efab894..169e60f7a 100644
--- a/test/delegatetest.html
+++ b/test/delegatetest.html
@@ -196,7 +196,7 @@
<ul id="log"></ul>
- <script type='text/javascript'>
+ <script type='text/javascript'>
jQuery.fn.addChangeClickTest = function( id, prevent ) {
this.bind("focusin", function(){
jQuery(id + "focus").blink();
@@ -284,6 +284,6 @@
$("div.out").live("mouseleave", function() {
$("p:last", this).text(++n);
});
- </script>
+ </script>
</body>
</html>