aboutsummaryrefslogtreecommitdiffstats
path: root/lib/util.js
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
committerMatěj Cepl <mcepl@redhat.com>2010-09-25 23:14:00 +0200
commitb1eb91d2068b2ea4b983977412821d4fa9640e4e (patch)
tree3eb3e0da57fc5b290d435353331ce8b188756b4e /lib/util.js
parentfcafe9d584797044fc24be1b3fb67da284e0cf17 (diff)
downloadbugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz
Massive reformatting to make Eclipse happy
Diffstat (limited to 'lib/util.js')
-rw-r--r--lib/util.js3
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");
/**