aboutsummaryrefslogtreecommitdiffstats
path: root/js/i18n.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/i18n.js')
-rw-r--r--js/i18n.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/i18n.js b/js/i18n.js
index 5f92673..0496eee 100644
--- a/js/i18n.js
+++ b/js/i18n.js
@@ -23,6 +23,8 @@
/* global vAPI, uDom */
+'use strict';
+
/******************************************************************************/
// This file should always be included at the end of the `body` tag, so as
@@ -30,8 +32,6 @@
(function() {
-'use strict';
-
/******************************************************************************/
// https://github.com/gorhill/uBlock/issues/2084