1 drupal.inc drupal_aggregate_js(&$js_groups)

Default callback to aggregate JavaScript files.

Deprecated

since 1.0.0

See also

backdrop_aggregate_js()

Related topics

File

core/includes/drupal.inc, line 1009
Contains constants and function wrappers for Drupal 7.x compatibility.

Code

function drupal_aggregate_js(&$js_groups) {
  backdrop_aggregate_js($js_groups);
}