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/util.js | |
parent | fcafe9d584797044fc24be1b3fb67da284e0cf17 (diff) | |
download | bugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz |
Massive reformatting to make Eclipse happy
Diffstat (limited to 'lib/util.js')
-rw-r--r-- | lib/util.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js index f9a14c7..4612b66 100644 --- a/lib/util.js +++ b/lib/util.js @@ -4,7 +4,8 @@ // http://www.opensource.org/licenses/mit-license.php "use strict"; // ============================================================== -var {Cc,Ci} = require("chrome"); +var Cc = require("chrome").Cc; +var Ci = require("chrome").Ci; var urlMod = require("url"); /** |