UNPKG

modernizr

Version:

Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.

5 lines (4 loc) 178 B
define(['ModernizrProto', 'testPropsAll'], function( ModernizrProto, testPropsAll ) { var testAllProps = ModernizrProto.testAllProps = testPropsAll; return testAllProps; });