You are here

function dnd_library_alter in Scald: Media Management made easy 7

Implements hook_library_alter().

File

modules/library/dnd/dnd.module, line 233

Code

function dnd_library_alter(&$libraries, $module) {
  if ($module == 'mee' || $module == 'atom_reference') {
    $libraries['library']['dependencies'][] = array(
      'dnd',
      'library',
    );
  }
}