Minor documentation fixes.

This commit is contained in:
John Resig 2006-09-08 19:18:49 +00:00
parent f337b8a637
commit e8db15b70f

View file

@ -16,7 +16,7 @@ jQuery.fn.extend({
* $(this).removeClass("selected");
* });
*
* var count = 0;
* @test var count = 0;
* var fn1 = function() { count++; }
* var fn2 = function() { count--; }
* var link = $('#mark');
@ -71,7 +71,7 @@ jQuery.fn.extend({
* @param Function over The function to fire whenever the mouse is moved over a matched element.
* @param Function out The function to fire whenever the mouse is moved off of a matched element.
* @cat Events
*/
*/
hover: function(f,g) {
// A private function for haandling mouse 'hovering'
@ -1491,6 +1491,7 @@ new function(){
*
* @private
* @name eventTesting
* @cat Events
*/
var e = ("blur,focus,load,resize,scroll,unload,click,dblclick," +