Fixed dependencies for jquery.collapsibleTabs
Added jquery.delayedBind as dependency for jquery.collapsibleTabs as it's used on line 29. This wasn't causing errors (at least I'm not aware of it causing errors), but still it's better to have all dependencies declared. Change-Id: Iaff2ee952822d1be9a91fc7b8634a63ac61f8252
This commit is contained in:
parent
b3ae3f7c14
commit
8845c48d5a
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ return array(
|
|||
),
|
||||
'jquery.collapsibleTabs' => array(
|
||||
'scripts' => 'resources/jquery/jquery.collapsibleTabs.js',
|
||||
'dependencies' => 'jquery.delayedBind',
|
||||
),
|
||||
'jquery.color' => array(
|
||||
'scripts' => 'resources/jquery/jquery.color.js',
|
||||
|
|
|
|||
Loading…
Reference in a new issue