From b1eb91d2068b2ea4b983977412821d4fa9640e4e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 25 Sep 2010 23:14:00 +0200 Subject: Massive reformatting to make Eclipse happy --- lib/util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/util.js') 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"); /** -- cgit