We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd24067 commit 1855ef4Copy full SHA for 1855ef4
jquery.hoverIntent.js
@@ -23,10 +23,10 @@
23
* // using a basic configuration object
24
* .hoverIntent( config )
25
*
26
- * @param f function OR configuration object
27
- * @param g function OR selector for delegation OR undefined
28
- * @param s selector OR undefined
29
- * @author Brian Cherne <brian(at)cherne(dot)net>
+ * @param handlerIn function OR configuration object
+ * @param handlerOut function OR selector for delegation OR undefined
+ * @param selector selector OR undefined
+ * @author Brian Cherne <brian(at)cherne(dot)net>
30
**/
31
(function($) {
32
$.fn.hoverIntent = function(handlerIn,handlerOut,selector) {
0 commit comments