diff options
author | trapezoid | 2008-05-11 14:06:46 +0000 |
---|---|---|
committer | trapezoid | 2008-05-11 14:06:46 +0000 |
commit | 89662cf1f4c888c72618780f9202f65866319d33 (patch) | |
tree | 949b4c2de8b06e25df725999de16953d5c573263 /copy.js | |
parent | 11e9fa41c24510044c2c3b3fade8f204dfd62779 (diff) | |
download | vimperator-plugins-89662cf1f4c888c72618780f9202f65866319d33.tar.bz2 |
CVS HEADに対応
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@11409 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'copy.js')
-rw-r--r-- | copy.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ liberator.commands.addUserCommand(['copy'],'Copy to clipboard', var str = getCopyTemplate(arg) || arg; copyString = replaceVariable(str); } - liberator.copyToClipboard(copyString); + liberator.util.copyToClipboard(copyString); if (isError){ liberator.echoerr('CopiedErrorString: `' + copyString + "'"); } else { |