UNPKG

modernizr

Version:

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

7 lines (6 loc) 150 B
define(function() { var createElement = function() { return document.createElement.apply(document, arguments); }; return createElement; });