aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/clipboard.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clipboard.js b/lib/clipboard.js
index 506de03..2d14b2e 100644
--- a/lib/clipboard.js
+++ b/lib/clipboard.js
@@ -34,7 +34,7 @@
*
* ***** END LICENSE BLOCK ***** */
-var setMethod = exports.setMethod = function setMethod(content, flavor) {
+var setMethod = exports.set = function setMethod(content, flavor) {
if (typeof(flavor) == "undefined") {
flavor = "plain";
}