diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 108e9a39..e46fc738 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -122,11 +122,6 @@ var $ = jQuery; * This function also accepts XML Documents and Window objects * as valid arguments (even though they are not DOM Elements). * - * @example $(document).find("div > p") - * @before

one

two

three

- * @result [

two

] - * @desc Same as $("div > p") because the document - * * @example $(document.body).background( "black" ); * @desc Sets the background color of the page to black. *