Skip to content

Commit 707e6ef

Browse files
committed
Changed license block to minimal version
Closes gh-3
1 parent a3e59aa commit 707e6ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jquery.hoverIntent.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
/*!
2-
* hoverIntent is similar to jQuery's built-in "hover" method except that
3-
* instead of firing the handlerIn function immediately, hoverIntent checks
4-
* to see if the user's mouse has slowed down (beneath the sensitivity
5-
* threshold) before firing the event. The handlerOut function is only
6-
* called after a matching handlerIn.
7-
*
82
* hoverIntent r7 // 2013.03.11 // jQuery 1.9.1+
93
* http://cherne.net/brian/resources/jquery.hoverIntent.html
104
*
@@ -13,7 +7,13 @@
137
* Copyright 2007, 2013 Brian Cherne
148
*/
159

16-
/* // basic usage ... just like .hover()
10+
/* hoverIntent is similar to jQuery's built-in "hover" method except that
11+
* instead of firing the handlerIn function immediately, hoverIntent checks
12+
* to see if the user's mouse has slowed down (beneath the sensitivity
13+
* threshold) before firing the event. The handlerOut function is only
14+
* called after a matching handlerIn.
15+
*
16+
* // basic usage ... just like .hover()
1717
* .hoverIntent( handlerIn, handlerOut )
1818
* .hoverIntent( handlerInOut )
1919
*
@@ -28,7 +28,7 @@
2828
* @param handlerOut function OR selector for delegation OR undefined
2929
* @param selector selector OR undefined
3030
* @author Brian Cherne <brian(at)cherne(dot)net>
31-
**/
31+
*/
3232
(function($) {
3333
$.fn.hoverIntent = function(handlerIn,handlerOut,selector) {
3434

0 commit comments

Comments
 (0)