Skip to content

Commit

Permalink
Item10175: small fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/JSONEditorJQueryPlugin@10350 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 18, 2010
1 parent e287edc commit 902a46e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Foswiki/Plugins/JSONEditorJQueryPlugin/JSONEDITOR.pm
Expand Up @@ -2,15 +2,15 @@
# copyright for plugin and for jquery code
# license..

package Foswiki::Plugins::JQueryExtrasPlugin::JSONEDITOR;
package Foswiki::Plugins::JSONEditorJQueryPlugin::JSONEDITOR;
use strict;
use warnings;
use Foswiki::Plugins::JQueryPlugin::Plugin;
our @ISA = qw( Foswiki::Plugins::JQueryPlugin::Plugin );

=begin TML
---+ package Foswiki::Plugins::JQueryExtrasPlugin::JSONEDITOR
---+ package Foswiki::Plugins::JSONEditorJQueryPlugin::JSONEDITOR
This is the perl stub for the jquery.jsoneditor plugin.
Expand All @@ -35,7 +35,7 @@ sub new {
author => 'The Author of the JQuery plugin',
homepage => 'jq module\'s URL',
documentation => "$Foswiki::cfg{SystemWebName}.JQueryJSONEditor",
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JQueryExtrasPlugin/jsoneditor',
puburl => '%PUBURLPATH%/%SYSTEMWEB%/JSONEditorJQueryPlugin/jsoneditor',
javascript => ['jquery.jsoneditor.js']
), $class);

Expand Down
17 changes: 17 additions & 0 deletions pub/System/JSONEditorJQueryPlugin/jsoneditor/jquery.jsoneditor.js
@@ -0,0 +1,17 @@
%META:TOPICINFO{author="ProjectContributor" date="1258383446" format="1.1" version="1.2"}%
%META:TOPICPARENT{name="JSONEditorJQueryPlugin"}%
---+ %TOPIC%
%JQPLUGINS{"jsoneditor"
format="
Homepage: $homepage <br />
Author(s): $author <br />
Version: $version
"
}%

%STARTSECTION{"summary"}%

%ENDSECTION{"summary"}%

---++ Examples

0 comments on commit 902a46e

Please sign in to comment.