typo, a bit formatting
This commit is contained in:
parent
b06dd433b2
commit
79f9678bf5
|
@ -392,7 +392,7 @@ jQuery.fn.extend({
|
||||||
*/
|
*/
|
||||||
hover: function(f,g) {
|
hover: function(f,g) {
|
||||||
|
|
||||||
// A private function for haandling mouse 'hovering'
|
// A private function for handling mouse 'hovering'
|
||||||
function handleHover(e) {
|
function handleHover(e) {
|
||||||
// Check if mouse(over|out) are still within the same parent element
|
// Check if mouse(over|out) are still within the same parent element
|
||||||
var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
|
var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
|
||||||
|
|
Loading…
Reference in a new issue