diff options
Diffstat (limited to 'common/content/base.js')
-rw-r--r-- | common/content/base.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/content/base.js b/common/content/base.js index 16a6422d..4eab72e7 100644 --- a/common/content/base.js +++ b/common/content/base.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"; const Cc = Components.classes; const Ci = Components.interfaces; |