diff options
author | Taro Matsuzawa aka. btm | 2012-02-26 23:00:09 +0900 |
---|---|---|
committer | Taro Matsuzawa aka. btm | 2012-02-26 23:00:09 +0900 |
commit | 8670bc5e3853747fbb823a752b4529b23e9ab2fe (patch) | |
tree | b5c19752c2c88d3207dcbf0f90e1a6ed73c2332b | |
parent | c570f74065426ad897acb8dcf6111c8e6915e5e8 (diff) | |
download | vimperator-plugins-8670bc5e3853747fbb823a752b4529b23e9ab2fe.tar.bz2 |
fix: syntax error at config's example
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ liberator.globalVariables.copy_templates = [ { label: 'title', value: '%TITLE%', map: ',y' }, { 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: 'htmlblockquote', value: '<blockquote cite="%URL%" title="%TITLE%">%HTMLSEL%</blockquote>' }, { label: 'ASIN', value: 'copy ASIN code from Amazon', custom: function(){return content.document.getElementById('ASIN').value;} }, ]; EOM |