aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteramako2008-07-01 15:32:43 +0000
committerteramako2008-07-01 15:32:43 +0000
commit3b5014ccee38898bce7343f0825aba6bab0a6384 (patch)
tree07be20682bf02a36ed1a2e616313c082214decca
parent0509d5a62fd75da7d9c8c7dc5220c097f54567e0 (diff)
downloadvimperator-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.js2
1 files changed, 1 insertions, 1 deletions
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: '<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
*/