function modernizr_install in Modernizr 7.3
Implements hook_install().
File
- ./
modernizr.install, line 160 - Install file for Modernizr module.
Code
function modernizr_install() {
modernizr_set_module_weight();
}
Implements hook_install().
function modernizr_install() {
modernizr_set_module_weight();
}