From 677483ce44de3e4a34f4cfcce04df2387d078a86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Sun, 14 Jan 2007 22:37:33 +0000 Subject: [PATCH] Removed useless and misleading example --- src/jquery/jquery.js | 5 ----- 1 file changed, 5 deletions(-) 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. * -- 1.7.10.4