aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {