Bug 1244265 followup ESLint fix

MozReview-Commit-ID: 6RfemDKbqlH
This commit is contained in:
Wes Kocher
2016-04-28 15:35:41 -07:00
parent 97b57f3cd9
commit cd954e8359
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ const Services = require("Services");
const { XPCOMUtils } = Cu.import("resource://gre/modules/XPCOMUtils.jsm", {});
XPCOMUtils.defineLazyGetter(this, "JsonViewUtils", function() {
XPCOMUtils.defineLazyGetter(this, "JsonViewUtils", function () {
return require("devtools/client/jsonview/utils");
});