Fixed the nested comment issue.

This commit is contained in:
John Resig 2006-07-30 04:21:39 +00:00
parent ed867fe6f8
commit 879225b3ae

View file

@ -98,7 +98,7 @@ jQuery.fn.extend({
* Please ensure you have no code in your <body> onload event handler, * Please ensure you have no code in your <body> onload event handler,
* otherwise $(document).ready() may not fire. * otherwise $(document).ready() may not fire.
* *
* @example $(document).ready(function(){ /* Your code here... */ }); * @example $(document).ready(function(){ Your code here... });
* *
* @name ready * @name ready
* @type jQuery * @type jQuery