Skip to content

Commit e331680

Browse files
committed
Prepare release 2.4.4
1 parent 72b3c92 commit e331680

13 files changed

+22
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog ##
22

3+
### 2.4.4
4+
5+
#### Fixed
6+
7+
* trigger is sometimes called on undefined objects because of typecheck on null. thanks @andreasrosdal
8+
39
### 2.4.3
410

511
#### Changed

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

-4 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*!
33
* jQuery contextMenu - Plugin for simple contextMenu handling
44
*
5-
* Version: v2.4.3
5+
* Version: v2.4.4
66
*
77
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
88
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2017-03-15T09:06:18.381Z
15+
* Date: 2017-03-15T09:15:11.021Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -54,8 +54,8 @@
5454
font-style: normal;
5555
font-weight: normal;
5656

57-
src: url("font/context-menu-icons.eot?4llt4");
58-
src: url("font/context-menu-icons.eot?4llt4#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4llt4") format("woff2"), url("font/context-menu-icons.woff?4llt4") format("woff"), url("font/context-menu-icons.ttf?4llt4") format("truetype");
57+
src: url("font/context-menu-icons.eot?2yjad");
58+
src: url("font/context-menu-icons.eot?2yjad#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?2yjad") format("woff2"), url("font/context-menu-icons.woff?2yjad") format("woff"), url("font/context-menu-icons.ttf?2yjad") format("truetype");
5959
}
6060

6161
.context-menu-icon-add:before {

dist/jquery.contextMenu.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* jQuery contextMenu v2.4.3 - Plugin for simple contextMenu handling
2+
* jQuery contextMenu v2.4.4 - Plugin for simple contextMenu handling
33
*
4-
* Version: v2.4.3
4+
* Version: v2.4.4
55
*
66
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
77
* Web: http://swisnl.github.io/jQuery-contextMenu/
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2017-03-15T09:06:18.835Z
14+
* Date: 2017-03-15T09:15:10.934Z
1515
*/
1616

1717
// jscs:disable

dist/jquery.contextMenu.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)