# HG changeset patch # User Frank-Rainer Grahl # Date 1627566924 -7200 # Parent 6d877b2e37c24576afa489b52398796035f85bfa Bug 9999999 - Fix lint errors for undefined objects. r=IanN a=IanN Lint needs a hint where globals are located. diff --git a/suite/mailnews/content/mailWindowOverlay.js b/suite/mailnews/content/mailWindowOverlay.js --- a/suite/mailnews/content/mailWindowOverlay.js +++ b/suite/mailnews/content/mailWindowOverlay.js @@ -1,13 +1,18 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +/* import-globals-from commandglue.js */ +/* import-globals-from folderDisplay.js */ +/* import-globals-from mailWindow.js */ +/* import-globals-from msgMail3PaneWindow.js */ + ChromeUtils.import("resource://gre/modules/Services.jsm"); ChromeUtils.import("resource://gre/modules/PluralForm.jsm"); ChromeUtils.import("resource:///modules/FeedUtils.jsm"); ChromeUtils.import("resource:///modules/folderUtils.jsm"); ChromeUtils.import("resource:///modules/mailServices.js"); ChromeUtils.import("resource:///modules/MailUtils.js"); var kClassicMailLayout = 0;