Skip to content

Commit

Permalink
Prepare 2.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 2, 2017
1 parent 9392634 commit ad83b3a
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog ##

### Unreleased
### 2.4.2 ###

### Fixed

Expand Down
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
10 changes: 5 additions & 5 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
/*!
* jQuery contextMenu - Plugin for simple contextMenu handling
*
* Version: v2.4.2-dev
* Version: v2.4.2
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
*
* Copyright (c) 2011-2016 SWIS BV and contributors
* Copyright (c) 2011-2017 SWIS BV and contributors
*
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2016-12-15T20:24:56.399Z
* Date: 2017-01-02T09:03:00.383Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?32kd4");
src: url("font/context-menu-icons.eot?32kd4#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?32kd4") format("woff2"), url("font/context-menu-icons.woff?32kd4") format("woff"), url("font/context-menu-icons.ttf?32kd4") format("truetype");
src: url("font/context-menu-icons.eot?3lfph");
src: url("font/context-menu-icons.eot?3lfph#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?3lfph") format("woff2"), url("font/context-menu-icons.woff?3lfph") format("woff"), url("font/context-menu-icons.ttf?3lfph") format("truetype");
}

.context-menu-icon-add:before {
Expand Down
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* jQuery contextMenu v2.4.2-dev - Plugin for simple contextMenu handling
* jQuery contextMenu v2.4.2 - Plugin for simple contextMenu handling
*
* Version: v2.4.2-dev
* Version: v2.4.2
*
* Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
* Web: http://swisnl.github.io/jQuery-contextMenu/
Expand All @@ -12,7 +12,7 @@
* MIT License http://www.opensource.org/licenses/mit-license
* GPL v3 http://opensource.org/licenses/GPL-3.0
*
* Date: 2017-01-02T08:53:52.505Z
* Date: 2017-01-02T09:03:00.678Z
*/

// jscs:disable
Expand All @@ -34,7 +34,7 @@

// TODO: -
// ARIA stuff: menuitem, menuitemcheckbox und menuitemradio
// Create <menu> structure if $.support[htmlCommand || htmlMenuitem] and !opt.disableNative
// create <menu> structure if $.support[htmlCommand || htmlMenuitem] and !opt.disableNative

// determine html5 compatibility
$.support.htmlMenuitem = ('HTMLMenuItemElement' in window);
Expand Down
8 changes: 4 additions & 4 deletions dist/jquery.contextMenu.min.css

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

Loading

0 comments on commit ad83b3a

Please sign in to comment.