g214/static/bower_components/modernizr/feature-detects/contextmenu.js

12 lines
251 B
JavaScript
Raw Normal View History

2018-08-20 08:21:25 +00:00
// http://www.w3.org/TR/html5/interactive-elements.html#context-menus
// Demo at http://thewebrocks.com/demos/context-menu/
Modernizr.addTest(
'contextmenu',
('contextMenu' in document.documentElement && 'HTMLMenuItemElement' in window)
);