From 8ae0812897ed96e22d31ae37838c4f4ef3b604c0 Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 27 Nov 2008 21:12:05 +0000 Subject: Follow CVS Head. etc git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@25172 d0d07461-0603-4401-acd4-de1884942a52 --- nnp_cooperation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nnp_cooperation.js') diff --git a/nnp_cooperation.js b/nnp_cooperation.js index 4b46e13..dad1ab7 100644 --- a/nnp_cooperation.js +++ b/nnp_cooperation.js @@ -145,8 +145,8 @@ const itemHTML = [ // scrape from div element that inserted by NicoNicoPlaylist liberator.modules.commands.addUserCommand(['nnpgetlist'], 'get NicoNicoPlaylist', function (args) { - var arg = (args.arguments.length > 1) - ? args.arguments[0].toString() + var arg = (args.length > 1) + ? args[0].toString() : args.string; // check existence of NicoNicoPlaylist -- cgit v1.2.3