Fixed dependencies for jquery.collapsibleTabs
authorMarius Hoch <hoo@online.de>
Wed, 17 Oct 2012 15:16:33 +0000 (17:16 +0200)
committerMarius Hoch <hoo@online.de>
Wed, 17 Oct 2012 15:16:33 +0000 (17:16 +0200)
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

resources/Resources.php

index 17a5904..e1b7659 100644 (file)
@@ -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',