From 89662cf1f4c888c72618780f9202f65866319d33 Mon Sep 17 00:00:00 2001 From: trapezoid Date: Sun, 11 May 2008 14:06:46 +0000 Subject: CVS HEADに対応 git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@11409 d0d07461-0603-4401-acd4-de1884942a52 --- copy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'copy.js') 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 { -- cgit v1.2.3