function agrcache_collect_js_group in Aggregate cache 7
Collect javascript files.
File
- ./
agrcache.module, line 317  - Provides imagecache style generation of css/js aggregates.
 
Code
function agrcache_collect_js_group($js) {
  // JavaScript aggregation currently only collects the files together, so
  // re-use agrcache_process_js_group();
  return agrcache_process_js_group($js);
}