diff options
Diffstat (limited to 'common/content/services.js')
-rw-r--r-- | common/content/services.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/services.js b/common/content/services.js index 29a76e80..3311bf4c 100644 --- a/common/content/services.js +++ b/common/content/services.js @@ -2,6 +2,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 */ |