diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 05:40:26 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-26 05:40:26 +0200 |
commit | c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c (patch) | |
tree | c4db218784b3252b236c3bb73063660925e24c80 | |
parent | b0d7b1bb38ba3c6940d17c6974b5295d9a10e161 (diff) | |
download | UXP-c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c.tar UXP-c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c.tar.gz UXP-c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c.tar.lz UXP-c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c.tar.xz UXP-c86fbfd0313ae6bd6c54ea8f4a28b42f7852b38c.zip |
Bug 1115293 - Use "use strict"
-rw-r--r-- | application/palemoon/components/preferences/aboutPermissions.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/palemoon/components/preferences/aboutPermissions.js b/application/palemoon/components/preferences/aboutPermissions.js index 99c9d44ad..416bcdf34 100644 --- a/application/palemoon/components/preferences/aboutPermissions.js +++ b/application/palemoon/components/preferences/aboutPermissions.js @@ -2,6 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +"use strict"; + var Ci = Components.interfaces; var Cc = Components.classes; var Cu = Components.utils; |