Skip to content

Commit f21ddc7

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

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

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

0 commit comments

Comments
 (0)