diff options
Diffstat (limited to 'js/i18n.js')
-rw-r--r-- | js/i18n.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |