From bf40c2ec5fbbcb36995fb66e2e1c1b0e25c708d9 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 4 Jul 2010 21:44:39 +0200 Subject: Make the package compatible with new require("chrome") policy. --- lib/clipboard.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/clipboard.js') diff --git a/lib/clipboard.js b/lib/clipboard.js index 1870e9f..fb1768a 100644 --- a/lib/clipboard.js +++ b/lib/clipboard.js @@ -1,5 +1,6 @@ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php +var {Cc,Ci} = require("chrome"); /** * returns content of the system clipboard -- cgit