diff options
Diffstat (limited to 'lib/clipboard.js')
-rw-r--r-- | lib/clipboard.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 |