Skip to content

Commit 1855ef4

Browse files
committed
Fixed param names in comments.
1 parent bd24067 commit 1855ef4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jquery.hoverIntent.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
* // using a basic configuration object
2424
* .hoverIntent( config )
2525
*
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>
26+
* @param handlerIn function OR configuration object
27+
* @param handlerOut function OR selector for delegation OR undefined
28+
* @param selector selector OR undefined
29+
* @author Brian Cherne <brian(at)cherne(dot)net>
3030
**/
3131
(function($) {
3232
$.fn.hoverIntent = function(handlerIn,handlerOut,selector) {

0 commit comments

Comments
 (0)