diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 23:14:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 23:14:00 +0200 |
commit | b1eb91d2068b2ea4b983977412821d4fa9640e4e (patch) | |
tree | 3eb3e0da57fc5b290d435353331ce8b188756b4e /lib/clipboard.js | |
parent | fcafe9d584797044fc24be1b3fb67da284e0cf17 (diff) | |
download | bugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz |
Massive reformatting to make Eclipse happy
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 |