diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index 234c8d94e..ffe4b0574 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1372,7 +1372,7 @@ function drupal_add_js($data = NULL, $type = 'module', $scope = 'header', $defer /** * Helper function for drupal_add_js(). - */ + */ function _drupal_add_js($data, $type, $scope, $defer, $cache) { static $javascript = array(); |