diff options
author | John Resig <jeresig@gmail.com> | 2011-05-10 12:57:55 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2011-05-10 12:57:55 -0400 |
commit | c42360b5beb4ad1a3ddca42da18be8a970d1097d (patch) | |
tree | 099ef1b556dfc10f70885326bfd67279ce53e015 /test/delegatetest.html | |
parent | d2fea6123f6f8358c8771a48e674922ceddf202b (diff) | |
download | jquery-c42360b5beb4ad1a3ddca42da18be8a970d1097d.tar.gz jquery-c42360b5beb4ad1a3ddca42da18be8a970d1097d.zip |
More formatting tweaking.
Diffstat (limited to 'test/delegatetest.html')
-rw-r--r-- | test/delegatetest.html | 4 |
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> |