From 3c1862264b3c3716c1b9dcbcaec650a2d04fd9ec Mon Sep 17 00:00:00 2001 From: Ehsan Akhgari Date: Mon, 31 May 2010 00:17:31 -0400 Subject: Correct the exported function name --- lib/clipboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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"; } -- cgit