Skip to content

Commit

Permalink
Item12345: don't autoload it, just add a dependency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16397 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Jan 16, 2013
1 parent 533a507 commit 059a379
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions JQueryPlugin/lib/Foswiki/Plugins/JQueryPlugin/FOSWIKI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ sub new {

my $this = bless(
$class->SUPER::new(
name => 'Foswiki',
version => '2.01',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JQueryPlugin',
javascript => ['jquery.foswiki.js'],
dependencies => [ 'JQUERYPLUGIN', 'migrate', 'livequery' ],
tags => 'JQTHEME, JQREQUIRE, JQICON, JQICONPATH, JQPLUGINS',
name => 'Foswiki',
version => '2.01',
author => 'Michael Daum',
homepage => 'http://foswiki.org/Extensions/JQueryPlugin',
javascript => ['jquery.foswiki.js'],
dependencies =>
[ 'JQUERYPLUGIN', 'JQUERYPLUGIN::MIGRATE', 'livequery' ],
tags => 'JQTHEME, JQREQUIRE, JQICON, JQICONPATH, JQPLUGINS',
),
$class
);
Expand Down

0 comments on commit 059a379

Please sign in to comment.