Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit f21ddc7

Browse files
committed
Bump version to 1.18.0
1 parent 266c64a commit f21ddc7

5 files changed

+9
-9
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ui-contextmenu",
33
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
4-
"version": "1.17.1-0",
4+
"version": "1.18.0",
55
"main": [
66
"jquery.ui-contextmenu.js"
77
],

jquery.ui-contextmenu.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ $.widget("moogle.contextmenu", {
387387
return this._getMenuEntry(cmd);
388388
},
389389
/** Return ui-menu entry wrapper as jQuery object.
390-
UI 1.10: this is the <a> tag inside the LI
391-
UI 1.11: this is the LI istself
392-
UI 1.12: this is the <div> tag inside the LI
390+
UI 1.10: this is the <a> tag inside the LI
391+
UI 1.11: this is the LI istself
392+
UI 1.12: this is the <div> tag inside the LI
393393
*/
394394
getEntryWrapper: function(cmd) {
395395
return this._getMenuEntry(cmd).find(">[role=menuitem]").addBack("[role=menuitem]");

jquery.ui-contextmenu.min.js

+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)