constant JS_DEFAULT

The default group for module JavaScript code added to the page.

2 uses of JS_DEFAULT
drupal_js_defaults in drupal/includes/common.inc
Constructs an array of the defaults that are used for JavaScript items.
system_library in drupal/modules/system/system.module
Implements hook_library().

File

drupal/includes/common.inc, line 80
Common functions that many Drupal modules will need to reference.

Code

define('JS_DEFAULT', 0);