We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed3dc7a commit 92befe1Copy full SHA for 92befe1
webextensions/background/index.js
@@ -3,6 +3,7 @@
3
# License, v. 2.0. If a copy of the MPL was not distributed with this
4
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
5
*/
6
+'use strict';
7
8
import {
9
log,
webextensions/sidebar/index.js
@@ -3,6 +3,8 @@
+
import '/extlib/l10n.js';
10
0 commit comments