diff options
Diffstat (limited to 'common/content/autocommands.js')
-rw-r--r-- | common/content/autocommands.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/autocommands.js b/common/content/autocommands.js index 0a48ecd5..040a8ba3 100644 --- a/common/content/autocommands.js +++ b/common/content/autocommands.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 */ +"use strict"; /** @scope modules */ |