From dadf05183051057a0049f4e33df6a640d3d6fb04 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 4 May 2014 15:24:07 -0400 Subject: [PATCH] content-handler.js: whitespace --- modules/content-handler.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/content-handler.js b/modules/content-handler.js index 766024a..cfc69d3 100644 --- a/modules/content-handler.js +++ b/modules/content-handler.js @@ -26,8 +26,8 @@ function content_handler_context (launcher, context) { var xulrunner_version = Cc['@mozilla.org/xre/app-info;1'] .getService(Ci.nsIXULAppInfo) .platformVersion; - var vc = Cc["@mozilla.org/xpcom/version-comparator;1"] - .getService(Ci.nsIVersionComparator); + var vc = Cc["@mozilla.org/xpcom/version-comparator;1"] + .getService(Ci.nsIVersionComparator); this.launcher = launcher; try { this.frame = context.QueryInterface(Ci.nsIInterfaceRequestor) -- 2.11.4.GIT