Minor documentation fixes.
This commit is contained in:
parent
f337b8a637
commit
e8db15b70f
1 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,7 @@ jQuery.fn.extend({
|
||||||
* $(this).removeClass("selected");
|
* $(this).removeClass("selected");
|
||||||
* });
|
* });
|
||||||
*
|
*
|
||||||
* var count = 0;
|
* @test var count = 0;
|
||||||
* var fn1 = function() { count++; }
|
* var fn1 = function() { count++; }
|
||||||
* var fn2 = function() { count--; }
|
* var fn2 = function() { count--; }
|
||||||
* var link = $('#mark');
|
* 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 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.
|
* @param Function out The function to fire whenever the mouse is moved off of a matched element.
|
||||||
* @cat Events
|
* @cat Events
|
||||||
*/
|
*/
|
||||||
hover: function(f,g) {
|
hover: function(f,g) {
|
||||||
|
|
||||||
// A private function for haandling mouse 'hovering'
|
// A private function for haandling mouse 'hovering'
|
||||||
|
@ -1491,6 +1491,7 @@ new function(){
|
||||||
*
|
*
|
||||||
* @private
|
* @private
|
||||||
* @name eventTesting
|
* @name eventTesting
|
||||||
|
* @cat Events
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var e = ("blur,focus,load,resize,scroll,unload,click,dblclick," +
|
var e = ("blur,focus,load,resize,scroll,unload,click,dblclick," +
|
||||||
|
|
Loading…
Add table
Reference in a new issue