From 3b5014ccee38898bce7343f0825aba6bab0a6384 Mon Sep 17 00:00:00 2001 From: teramako Date: Tue, 1 Jul 2008 15:32:43 +0000 Subject: ちょっと分かり難いのでASINコード取得のサンプルを修正 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@15010 d0d07461-0603-4401-acd4-de1884942a52 --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') diff --git a/copy.js b/copy.js index 5c0750e..9afe8ca 100644 --- a/copy.js +++ b/copy.js @@ -54,7 +54,7 @@ * { label: 'anchor', value: '%TITLE%' }, * { label: 'selanchor', value: '%SEL%' }, * { label: 'htmlblockquote', value: '
%HTMLSEL%' } - * { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function() content.document.getElementById('ASIN').value}, + * { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, * ]; * EOM */ -- cgit v1.2.3