mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Fix context
This commit is contained in:
parent
577df98524
commit
c13c5d7d24
@ -22,7 +22,7 @@ function addGetHookIf( conditionFn, hookFn ) {
|
|||||||
|
|
||||||
// Hook needed; redefine it so that the support test is not executed again.
|
// Hook needed; redefine it so that the support test is not executed again.
|
||||||
|
|
||||||
return (this.get = hookFn).apply( hookVar, arguments );
|
return (this.get = hookFn).apply( this, arguments );
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user