diff options
Diffstat (limited to 'common/content/commands.js')
-rw-r--r-- | common/content/commands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/commands.js b/common/content/commands.js index 8b59730a..c774bc28 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -4,7 +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 */ |