1.20.x drupal.inc drupal_js_defaults($data = NULL)

Constructs an array of the defaults that are used for JavaScript items.

Deprecated

since 1.0.0

See also

backdrop_js_defaults()

Related topics

File

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

Code

function drupal_js_defaults($data = NULL) {
  return backdrop_js_defaults($data);
}