aboutsummaryrefslogtreecommitdiffstats
path: root/copy.js
diff options
context:
space:
mode:
authortrapezoid2008-05-11 14:06:46 +0000
committertrapezoid2008-05-11 14:06:46 +0000
commit89662cf1f4c888c72618780f9202f65866319d33 (patch)
tree949b4c2de8b06e25df725999de16953d5c573263 /copy.js
parent11e9fa41c24510044c2c3b3fade8f204dfd62779 (diff)
downloadvimperator-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/copy.js b/copy.js
index 798b3cc..b71f589 100644
--- a/copy.js
+++ b/copy.js
@@ -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 {