Issue #2002622 by nod_: Wrong declaration for tabbingmanager script in system_library_info().

8.0.x
Alex Pott 2013-05-31 10:23:35 +01:00
parent 895e29fce3
commit 060d9562fa
1 changed files with 1 additions and 1 deletions

View File

@ -1383,7 +1383,7 @@ function system_library_info() {
'title' => 'Drupal tabbing manager',
'version' => VERSION,
'js' => array(
'core/misc/tabbingmanager.js' => array('group', JS_LIBRARY),
'core/misc/tabbingmanager.js' => array('group' => JS_LIBRARY),
),
'dependencies' => array(
array('system', 'jquery'),