mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
typo, a bit formatting
This commit is contained in:
parent
b06dd433b2
commit
79f9678bf5
@ -392,7 +392,7 @@ jQuery.fn.extend({
|
||||
*/
|
||||
hover: function(f,g) {
|
||||
|
||||
// A private function for haandling mouse 'hovering'
|
||||
// A private function for handling mouse 'hovering'
|
||||
function handleHover(e) {
|
||||
// Check if mouse(over|out) are still within the same parent element
|
||||
var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
|
||||
|
Loading…
Reference in New Issue
Block a user