You are here

function magic_js_alter in Magic 7.2

Same name and namespace in other branches
  1. 7 magic.module \magic_js_alter()

Implements hook_js_alter().

File

./magic.module, line 250
Keep Frontend DRY; sprinkle it with MAGIC!

Code

function magic_js_alter(&$js) {
  magic_css_js_alter($js, 'js');
}