Skip to content

Commit

Permalink
Bug 1488973 - Followup for eslint failure. CLOSED TREE
Browse files Browse the repository at this point in the history
--HG--
extra : amend_source : 608437e414f153580a51c5b5b85b7478a8b11f60
  • Loading branch information
ncsoregi committed Oct 24, 2018
1 parent 7ec52f3 commit d45a833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intl/l10n/L10nRegistry.jsm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { AppConstants } = ChromeUtils.import("resource://gre/modules/AppConstants.jsm", {});
const { Services } = ChromeUtils.import("resource://gre/modules/Services.jsm", {});
// eslint-disable-next-line mozilla/use-services
const appinfo = Cc["@mozilla.org/xre/app-info;1"].getService(Ci.nsIXULRuntime);
const { FluentBundle, FluentResource } = ChromeUtils.import("resource://gre/modules/Fluent.jsm", {});
ChromeUtils.import("resource://gre/modules/XPCOMUtils.jsm");
Expand Down

0 comments on commit d45a833

Please sign in to comment.