diff --git a/core/includes/common.inc b/core/includes/common.inc index 9601c76..14095c7 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -3729,15 +3729,15 @@ function drupal_region_class($region) { * else being the same, JavaScript added by a call to drupal_add_js() that * happened later in the page request gets added to the page after one for * which drupal_add_js() happened earlier in the page request. - * - defer: If set to TRUE, the defer attribute is set on the <script> - * tag. Defaults to FALSE. - * - async: If set to TRUE, the async attribute is set on the <script> - * tag. Defaults to FALSE. * - cache: If set to FALSE, the JavaScript file is loaded anew on every page * call; in other words, it is not cached. Used only when 'type' references * a JavaScript file. Defaults to TRUE. * - preprocess: If TRUE and JavaScript aggregation is enabled, the script * file will be aggregated. Defaults to TRUE. + * - attributes: An associative array of attributes for the