diff options
Diffstat (limited to 'lib/clipboard.js')
-rw-r--r-- | lib/clipboard.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/clipboard.js b/lib/clipboard.js index fb1768a..608bbc0 100644 --- a/lib/clipboard.js +++ b/lib/clipboard.js @@ -1,6 +1,7 @@ // Released under the MIT/X11 license // http://www.opensource.org/licenses/mit-license.php -var {Cc,Ci} = require("chrome"); +var Cc = require("chrome").Cc; +var Ci = require("chrome").Ci; /** * returns content of the system clipboard |