You are here

modernizr.module in Modernizr 6.2

File

modernizr.module
View source
<?php

/**
 * Implements hook_init().
 */
function modernizr_init() {
  drupal_add_js(array(
    'modernizrPath' => drupal_get_path('module', 'modernizr') . '/modernizr.min.js',
  ), 'setting', 'footer');
  drupal_add_js(drupal_get_path('module', 'modernizr') . '/modernizr_loader.js');
}

Functions

Namesort descending Description
modernizr_init Implements hook_init().