diff options
author | anekos | 2009-08-27 12:37:51 +0000 |
---|---|---|
committer | anekos | 2009-08-27 12:37:51 +0000 |
commit | 9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2 (patch) | |
tree | 689761603b8b70c9830913d57cfa5c6f5422787b /ldrize_cooperation_fetch_flv.js | |
parent | b17b6f377d2a877f8fa15bdd561e9d2f251208e6 (diff) | |
download | vimperator-plugins-9f691e05aae8b0ad1c4f3fe559b0f2f2c9559ea2.tar.bz2 |
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
Diffstat (limited to 'ldrize_cooperation_fetch_flv.js')
-rw-r--r-- | ldrize_cooperation_fetch_flv.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldrize_cooperation_fetch_flv.js b/ldrize_cooperation_fetch_flv.js index 42d5347..423fe47 100644 --- a/ldrize_cooperation_fetch_flv.js +++ b/ldrize_cooperation_fetch_flv.js @@ -286,7 +286,7 @@ liberator.modules.commands.addUserCommand( groupId = arg.string;
},
{
- completer: function(context,arg,special){
+ completer: function(context,arg){
Deferred.http.get(nicoWatchEndPoint + "sm2757983").next(function(watchResult){
var html = parseHTML(watchResult.responseText, ['img', 'script']);
var mylists = getElementsByXPath('id("mylist_add_group_id")/option', html).map(function(element) [element.value, element.innerHTML]);
|