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 --- stella.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index 2b4edc6..902e316 100644 --- a/stella.js +++ b/stella.js @@ -630,9 +630,9 @@ if (p.has(func, 'rwt')) p.toggle(func); else if (p.has(func, 'rw')) - p[func] = arg.arguments[0]; + p[func] = arg[0]; else if (p.has(func, 'x')) - p[func].apply(p, arg.arguments); + p[func].apply(p, arg); stella.update(); }, {argCount: '*', bang: !!funcB}, -- cgit v1.2.3