* $(this).removeClass("selected");
* });
*
- * var count = 0;
+ * @test var count = 0;
* var fn1 = function() { count++; }
* var fn2 = function() { count--; }
* var link = $('#mark');
* @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'
*
* @private
* @name eventTesting
+ * @cat Events
*/
var e = ("blur,focus,load,resize,scroll,unload,click,dblclick," +