aboutsummaryrefslogtreecommitdiffstats
path: root/tombloo.js
diff options
context:
space:
mode:
Diffstat (limited to 'tombloo.js')
-rw-r--r--tombloo.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/tombloo.js b/tombloo.js
index 6b749d1..e7665ba 100644
--- a/tombloo.js
+++ b/tombloo.js
@@ -4,7 +4,7 @@
* @description Tombloo integrate plugin
* @description-ja Tombloo経由で選択領域などをpostする
* @author Trapezoid
- * @version 0.1b
+ * @version 0.1c
* ==/VimperatorPlugin==
*
* Usage:
@@ -57,7 +57,7 @@ liberator.commands.addUserCommand(['tomblooAction'],'Execute Tombloo actions',
liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo',
function(arg,special){
- TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extracters[arg],special);
+ TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extractors[arg],special);
},{
completer: function(filter){
var completionList = new Array();