You are here

function modernizr_update_7303 in Modernizr 7.3

Automatically enable yepnope.js for backwards compatibility.

File

./modernizr.install, line 219
Install file for Modernizr module.

Code

function modernizr_update_7303() {
  variable_set('modernizr_cb_load', 1);
  return t('Enabled yepnope.js for backwards compatibility.');
}