Skip to content

Commit

Permalink
Regenerate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Jan 21, 2017
1 parent ce7d1c7 commit f8c2373
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
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.
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-01-02T09:05:55.135Z
* Date: 2017-01-21T11:53:09.375Z
*/
@-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?11mq6");
src: url("font/context-menu-icons.eot?11mq6#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?11mq6") format("woff2"), url("font/context-menu-icons.woff?11mq6") format("woff"), url("font/context-menu-icons.ttf?11mq6") format("truetype");
src: url("font/context-menu-icons.eot?4rkwk");
src: url("font/context-menu-icons.eot?4rkwk#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4rkwk") format("woff2"), url("font/context-menu-icons.woff?4rkwk") format("woff"), url("font/context-menu-icons.ttf?4rkwk") format("truetype");
}

.context-menu-icon-add:before {
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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-02T09:05:55.691Z
* Date: 2017-01-21T11:53:09.617Z
*/

// jscs:disable
Expand Down Expand Up @@ -1430,8 +1430,8 @@
layer: function (opt, zIndex) {
// add transparent layer for click area
// filter and background for Internet Explorer, Issue #23
var $layer = opt.$layer = $('<div id="context-menu-layer" style="position:fixed; z-index:' + zIndex + '; top:0; left:0; opacity: 0; filter: alpha(opacity=0); background-color: #000;"></div>')
.css({height: $win.height(), width: $win.width(), display: 'block'})
var $layer = opt.$layer = $('<div id="context-menu-layer"></div>')
.css({height: $win.height(), width: $win.width(), display: 'block', position: 'fixed', 'z-index': zIndex, top:0, left:0, opacity: 0, filter: 'alpha(opacity=0)', 'background-color': '#000'})
.data('contextMenuRoot', opt)
.insertBefore(this)
.on('contextmenu', handle.abortevent)
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.css

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

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.contextMenu.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/sass/icons/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
$context-menu-icons-cachebust: "4rkwk";
$context-menu-icons-cachebust: "1x8sj";
$context-menu-icons: (
add: "EA01",
copy: "EA02",
Expand Down

0 comments on commit f8c2373

Please sign in to comment.