diff options
Diffstat (limited to 'appendAnchor.js')
-rw-r--r-- | appendAnchor.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appendAnchor.js b/appendAnchor.js index 9dc410d..c226b00 100644 --- a/appendAnchor.js +++ b/appendAnchor.js @@ -4,10 +4,10 @@ * @description append anchors to texts look like url. * @author SAKAI, Kazuaki * @version 0.02 - * == VimperatorPlugin== + * == /VimperatorPlugin== */ -(function(){ +(function() { liberator.commands.addUserCommand(['anc'], 'append anchors to texts look like url', function(arg, special) { |