Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jquery.hoverIntent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hoverIntent v1.10.1 // 2019.10.05 // jQuery v1.7.0+
* hoverIntent v1.10.2 // 2020.04.28 // jQuery v1.7.0+
* http://briancherne.github.io/jquery-hoverIntent/
*
* You may use hoverIntent under the terms of the MIT license. Basically that
Expand Down Expand Up @@ -93,7 +93,7 @@
};

// checks if `value` is a function
var isFunction = function (value) {
var isFunction = function(value) {
return typeof value === 'function';
};

Expand Down
4 changes: 2 additions & 2 deletions jquery.hoverIntent.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-hoverintent",
"version": "1.10.1",
"version": "1.10.2",
"description": "A jQuery plugin that attempts to determine the user's intent on mouseover and thus delay or prevent the accidental firing of callbacks.",
"keywords": [
"browser",
Expand Down