UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

12 lines (6 loc) 251 B
// 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) );