diff options
Diffstat (limited to 'tombloo.js')
-rw-r--r-- | tombloo.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo', function(arg,special){ TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extractors[arg],special); },{ + bang: true, completer: function(filter){ var completionList = new Array(); var exts = TomblooService.Tombloo.Service.check(getContext()); |