diff options
author | teramako | 2008-07-01 15:32:43 +0000 |
---|---|---|
committer | teramako | 2008-07-01 15:32:43 +0000 |
commit | 3b5014ccee38898bce7343f0825aba6bab0a6384 (patch) | |
tree | 07be20682bf02a36ed1a2e616313c082214decca | |
parent | 0509d5a62fd75da7d9c8c7dc5220c097f54567e0 (diff) | |
download | vimperator-plugins-3b5014ccee38898bce7343f0825aba6bab0a6384.tar.bz2 |
ちょっと分かり難いのでASINコード取得のサンプルを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@15010 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ * { label: 'anchor', value: '<a href="%URL%">%TITLE%</a>' }, * { label: 'selanchor', value: '<a href="%URL%" title="%TITLE%">%SEL%</a>' }, * { label: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' } - * { 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 */ |