Skip to content

Commit 308d79e

Browse files
committed
New release: v1.10.2
1 parent 60f430c commit 308d79e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: jquery.hoverIntent.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* hoverIntent v1.10.1 // 2019.10.05 // jQuery v1.7.0+
2+
* hoverIntent v1.10.2 // 2020.04.28 // jQuery v1.7.0+
33
* http://briancherne.github.io/jquery-hoverIntent/
44
*
55
* You may use hoverIntent under the terms of the MIT license. Basically that
@@ -93,7 +93,7 @@
9393
};
9494

9595
// checks if `value` is a function
96-
var isFunction = function (value) {
96+
var isFunction = function(value) {
9797
return typeof value === 'function';
9898
};
9999

Diff for: jquery.hoverIntent.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-hoverintent",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "A jQuery plugin that attempts to determine the user's intent on mouseover and thus delay or prevent the accidental firing of callbacks.",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)