Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor documentation fixes.
  • Loading branch information
jeresig committed Sep 8, 2006
1 parent f337b8a commit e8db15b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/event/event.js
Expand Up @@ -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');
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -1491,6 +1491,7 @@ new function(){
*
* @private
* @name eventTesting
* @cat Events
*/

var e = ("blur,focus,load,resize,scroll,unload,click,dblclick," +
Expand Down

0 comments on commit e8db15b

Please sign in to comment.