Skip to content

Commit

Permalink
Item13132: tabpane depends on easing
Browse files Browse the repository at this point in the history
... for animated tab switching
  • Loading branch information
MichaelDaum committed Dec 2, 2014
1 parent 2b160f3 commit f2eb8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/TABPANE.pm
Expand Up @@ -35,7 +35,7 @@ sub new {
tags => 'TABPABNE, ENDTABPANE, TAB, ENDTAB',
css => ['jquery.tabpane.css'],
javascript => ['jquery.tabpane.js'],
dependencies => [ 'metadata', 'livequery' ],
dependencies => [ 'metadata', 'livequery', 'easing' ],
),
$class
);
Expand Down

0 comments on commit f2eb8e3

Please sign in to comment.