diff options
author | Ed Engelhardt <edengelhardt@gmail.com> | 2007-07-05 08:19:18 +0000 |
---|---|---|
committer | Ed Engelhardt <edengelhardt@gmail.com> | 2007-07-05 08:19:18 +0000 |
commit | cb3f9d8cd92ae1e5cf97684c907ebed893ca778b (patch) | |
tree | 07bd5373fa5114b9b934bafc1b1ca42c426f5a10 /src | |
parent | 28a80202b3d41ed69f529f91c2f5bc4e929d51fa (diff) | |
download | jquery-cb3f9d8cd92ae1e5cf97684c907ebed893ca778b.tar.gz jquery-cb3f9d8cd92ae1e5cf97684c907ebed893ca778b.zip |
commit annother trivial comment fix to reduce my local changesets
Diffstat (limited to 'src')
-rw-r--r-- | src/jquery/jquery.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index e846e4dff..5e2864b31 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -811,7 +811,7 @@ jQuery.fn = jQuery.prototype = { /** * Searches for all elements that match the specified expression. - + * * This method is a good way to find additional descendant * elements with which to process. * |