Skip to content

Commit 33f4e71

Browse files
committed
Rebuild dist
1 parent 43f9ae1 commit 33f4e71

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

dist/jquery.contextMenu.js

Lines changed: 4 additions & 1 deletion
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: 2017-05-25T11:30:28.900Z
14+
* Date: 2017-07-16T11:17:51.231Z
1515
*/
1616

1717
// jscs:disable
@@ -1688,6 +1688,9 @@
16881688

16891689
case 'left':
16901690
$context.on('click' + o.ns, o.selector, o, handle.click);
1691+
break;
1692+
case 'touchstart':
1693+
$context.on('touchstart' + o.ns, o.selector, o, handle.click);
16911694
break;
16921695
/*
16931696
default:

0 commit comments

Comments
 (0)