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

Commit

Permalink
Bump version to 1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Aug 26, 2017
1 parent 266c64a commit f21ddc7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ui-contextmenu",
"description": "Turn a jQuery UI Menu widget into a contextmenu.",
"version": "1.17.1-0",
"version": "1.18.0",
"main": [
"jquery.ui-contextmenu.js"
],
Expand Down
6 changes: 3 additions & 3 deletions jquery.ui-contextmenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,9 @@ $.widget("moogle.contextmenu", {
return this._getMenuEntry(cmd);
},
/** Return ui-menu entry wrapper as jQuery object.
UI 1.10: this is the <a> tag inside the LI
UI 1.11: this is the LI istself
UI 1.12: this is the <div> tag inside the LI
UI 1.10: this is the <a> tag inside the LI
UI 1.11: this is the LI istself
UI 1.12: this is the <div> tag inside the LI
*/
getEntryWrapper: function(cmd) {
return this._getMenuEntry(cmd).find(">[role=menuitem]").addBack("[role=menuitem]");
Expand Down
4 changes: 2 additions & 2 deletions jquery.ui-contextmenu.min.js

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

Loading

0 comments on commit f21ddc7

Please sign in to comment.