Skip to content

Commit ad6ee7f

Browse files
committed
Removed invalid delete line which slipped through.
1 parent b5ba010 commit ad6ee7f

12 files changed

+10
-12
lines 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

8 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2018-07-10T10:17:15.670Z
15+
* Date: 2018-07-10T10:24:25.881Z
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?camk");
58-
src: url("font/context-menu-icons.eot?camk#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?camk") format("woff2"), url("font/context-menu-icons.woff?camk") format("woff"), url("font/context-menu-icons.ttf?camk") format("truetype");
57+
src: url("font/context-menu-icons.eot?22n6c");
58+
src: url("font/context-menu-icons.eot?22n6c#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?22n6c") format("woff2"), url("font/context-menu-icons.woff?22n6c") format("woff"), url("font/context-menu-icons.ttf?22n6c") format("truetype");
5959
}
6060

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

dist/jquery.contextMenu.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2018-07-10T10:17:15.594Z
14+
* Date: 2018-07-10T10:24:25.826Z
1515
*/
1616

1717
// jscs:disable
@@ -1450,7 +1450,6 @@
14501450
} else {
14511451
$item.prepend(iconResult);
14521452
}
1453-
delete iconResult;
14541453
}
14551454

14561455
if (item.type) {

dist/jquery.contextMenu.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)