From 9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 27 Aug 2009 12:37:51 +0000 Subject: Follow HEAD for http://vimperator.org/trac/gitweb/?p=liberator.git;a=commit;h=f20c2b315bb05c2e88d0c672f07dc229cc9267d2 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35099 d0d07461-0603-4401-acd4-de1884942a52 --- tombloo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tombloo.js') diff --git a/tombloo.js b/tombloo.js index c5f7744..aee9fd7 100644 --- a/tombloo.js +++ b/tombloo.js @@ -75,7 +75,7 @@ commands.addUserCommand( commands.addUserCommand( ['tombloo'], 'Post by Tombloo', - function (args, special) { + function (args) { //let f = Tombloo.Service.extractors[args.string]; let arg = args.string.replace(/\\(?=\u0020)/g, ''); liberator.log(args.string, 0); @@ -83,7 +83,7 @@ commands.addUserCommand( let f = Tombloo.Service.extractors[arg]; (typeof f === 'object') - ? Tombloo.Service.share(getContext(), f, special) + ? Tombloo.Service.share(getContext(), f, args.bang) : liberator.echoerr(args.string + ' is not Tombloo command'); }, { -- cgit v1.2.3