Skip to content

Commit

Permalink
Merge pull request #80 from usmonster/release-1-10-2
Browse files Browse the repository at this point in the history
New release: v1.10.2
  • Loading branch information
usmonster committed Dec 13, 2021
2 parents 60f430c + 308d79e commit 74f1eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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

0 comments on commit 74f1eb1

Please sign in to comment.