X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjquery%2Fjquery.js;h=e46fc73865c83b517f3ffcb95d8f77f6aa2038b8;hb=2aa67026ebe6bea90fd137fc99b4c9422977e3f0;hp=108e9a39f2708bf0e42e11b3c4f755b80d8632cd;hpb=cd2bc219810a2837ac77d7f7d35b33d29849fa2b;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 108e9a3..e46fc73 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. *