diff options
Diffstat (limited to 'common/content/modes.js')
-rw-r--r-- | common/content/modes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/modes.js b/common/content/modes.js index 5a4948fc..16d660b5 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -4,6 +4,7 @@ // // This work is licensed for reuse under an MIT license. Details are // given in the LICENSE.txt file included with this file. +"use strict"; /** @scope modules */ |