You are here

function modernizr in Modernizr 7.2

Returns the modernizr instance.

Return value

Modernizr

3 string references to 'modernizr'
modernizr_get_path in ./modernizr.module
Returns the full path of modernizr, along with the filename.
modernizr_init in ./modernizr.module
Implements hook_init().
modernizr_library_info in ./modernizr.module
Implements hook_library_info().

File

./modernizr.module, line 102

Code

function modernizr() {
  return Modernizr::getInstance();
}