We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688ff7c commit d4b84e1Copy full SHA for d4b84e1
dist/jquery.contextMenu.js
@@ -11,7 +11,7 @@
11
* Licensed under
12
* MIT License http://www.opensource.org/licenses/mit-license
13
*
14
- * Date: 2017-04-24T14:45:19.531Z
+ * Date: 2017-05-05T12:53:02.961Z
15
*/
16
17
// jscs:disable
@@ -1902,7 +1902,7 @@
1902
disabled: !!$node.attr('disabled'),
1903
callback: (function () {
1904
return function () {
1905
- $node.click();
+ $node.get(0).click()
1906
};
1907
})()
1908
@@ -1922,7 +1922,7 @@
1922
icon: $node.attr('icon'),
1923
1924
1925
1926
1927
1928
0 commit comments