Minor documentation fixes.
authorJohn Resig <jeresig@gmail.com>
Fri, 8 Sep 2006 19:18:49 +0000 (19:18 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 8 Sep 2006 19:18:49 +0000 (19:18 +0000)
src/event/event.js

index b273ad8..583f8f5 100644 (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
-        */\r
+        */
        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," +