Skip to content

Commit

Permalink
Item12952: non-fatal mistake found during debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
crawford committed Aug 28, 2014
1 parent 22805f2 commit d0aec8e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
package Foswiki::Plugins::JEditableContribPlugin;

use strict;
use warnings;

use Foswiki::Plugins::JQueryPlugin::Plugins ();
use Foswiki::Contrib::JEditableContrib::JEDITABLE ();

our $NO_PREFS_IN_TOPIC = 1;

sub initPlugin {
Foswiki::Plugins::JQueryPlugin::registerPlugin( 'JEditable',
'Foswiki::Contrib::JEditableContrib::JEDITABLE' );
Expand Down

0 comments on commit d0aec8e

Please sign in to comment.