Refactors the way lazy element getters are defined for the FullPageTranslationsPanel and SelectTranslationsPanel to use a shared function and reduce duplicated code. Depends on D201280 Differential Revision: https://phabricator.services.mozilla.com/D201281
9 lines
526 B
Plaintext
9 lines
526 B
Plaintext
# 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/.
|
|
|
|
browser.jar:
|
|
content/browser/translations/selectTranslationsPanel.js (content/selectTranslationsPanel.js)
|
|
content/browser/translations/fullPageTranslationsPanel.js (content/fullPageTranslationsPanel.js)
|
|
content/browser/translations/TranslationsPanelShared.sys.mjs (content/TranslationsPanelShared.sys.mjs)
|